Html Css Color HEX #02431B British Racing Green

📋 copy color: '#02431B'

red 2 ◦ green 67 ◦ blue 27

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

Shades of British Racing Green #02431B

Tints of British Racing Green #02431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 69.79%

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

R = 2.08%
G = 69.79%
B = 28.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#02431B (or 0x02431B) is known color: British Racing Green. HEX triplet: 02, 43 and 1B. RGB value is (2,67,27). Sum of RGB (Red+Green+Blue) = 2+67+27=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #02431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02431B is #FDBCE4. Grayscale: #2B2B2B. Windows color (decimal): -16628965 or 1786626. OLE color: 1786626.

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

Color convert

RGB 2 67 27 -
CMYK 0.97 0 0.60 0.74
HSL 143.08º 0.94% 0.14% -
HSV(B) 143.08º 0.97% 0.26% -
XYZ 2.23 4.11 1.71 -
YUV 43.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 2 67 27 0.97 0 0.60 0.74 143.08 0.94 0.14
Hex 2 43 1B 61 0 3C 4A 8F 5E E
Octal 2 103 33 141 0 74 112 217 136 16
Binary 10 1000011 11011 1100001 0 111100 1001010 10001111 1011110 1110

Color Harmonies of #02431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02431B

Black with #02431B

Text Example


Text Example

White with #02431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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