Html Css Color HEX #02441B British Racing Green

📋 copy color: '#02441B'

red 2 ◦ green 68 ◦ blue 27

#02441B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #02441B

Tints of British Racing Green #02441B

RGB

 RED value IS 2 (1.17% from 255) = 2.06%

 GREEN value IS 68 (26.95% from 255) = 70.1%

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 2.06%
G = 70.1%
B = 27.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02441B (or 0x02441B) is known color: British Racing Green. HEX triplet: 02, 44 and 1B. RGB value is (2,68,27). Sum of RGB (Red+Green+Blue) = 2+68+27=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #02441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02441B is #FDBBE4. Grayscale: #2B2B2B. Windows color (decimal): -16628709 or 1786882. OLE color: 1786882.

HSL color Cylindrical-coordinate representation of color #02441B: hue angle of 142.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02441B is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 27 -
CMYK 0.97 0 0.60 0.73
HSL 142.73º 0.94% 0.14% -
HSV(B) 142.73º 0.97% 0.27% -
XYZ 2.29 4.23 1.73 -
YUV 43.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 2 68 27 0.97 0 0.60 0.73 142.73 0.94 0.14
Hex 2 44 1B 61 0 3C 49 8F 5E E
Octal 2 104 33 141 0 74 111 217 136 16
Binary 10 1000100 11011 1100001 0 111100 1001001 10001111 1011110 1110

Color Harmonies of #02441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02441B

Black with #02441B

Text Example


Text Example

White with #02441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02441B; }

 p { color: rgb(2,68,27); }

 H1.HeaderClassName
 {
   color: #02441B;
 }
 .AnyTagClassName
 {
   color: #02441B;
 }
</style>

background-color css

<style>
 a { background-color: #02441B; }

 a { background-color: rgb(2,68,27); }

 div.DivClassName
 {
   background-color: #02441B;
 }
 .BgClassName
 {
   background-color: #02441B;
 }
</style>

border-color css

<style>
 span { border-color: #02441B; }

 span { border-color: rgb(2,68,27); }

 td.TdClassName
 {
   border-color: #02441B;
 }
 .TagClassName
 {
   border-color: #02441B;
 }
</style>