Html Css Color HEX #02432D British Racing Green

📋 copy color: '#02432D'

red 2 ◦ green 67 ◦ blue 45

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

Shades of British Racing Green #02432D

Tints of British Racing Green #02432D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.47%

R = 1.75%
G = 58.77%
B = 39.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#02432D (or 0x02432D) is known color: British Racing Green. HEX triplet: 02, 43 and 2D. RGB value is (2,67,45). Sum of RGB (Red+Green+Blue) = 2+67+45=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #02432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02432D is #FDBCD2. Grayscale: #2D2D2D. Windows color (decimal): -16628947 or 2966274. OLE color: 2966274.

HSL color Cylindrical-coordinate representation of color #02432D: hue angle of 159.69º 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 #02432D is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 67 45 -
CMYK 0.97 0 0.33 0.74
HSL 159.69º 0.94% 0.14% -
HSV(B) 159.69º 0.97% 0.26% -
XYZ 2.51 4.22 3.16 -
YUV 45.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 2 67 45 0.97 0 0.33 0.74 159.69 0.94 0.14
Hex 2 43 2D 61 0 21 4A A0 5E E
Octal 2 103 55 141 0 41 112 240 136 16
Binary 10 1000011 101101 1100001 0 100001 1001010 10100000 1011110 1110

Color Harmonies of #02432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02432D

Black with #02432D

Text Example


Text Example

White with #02432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02432D; }

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

 H1.HeaderClassName
 {
   color: #02432D;
 }
 .AnyTagClassName
 {
   color: #02432D;
 }
</style>

background-color css

<style>
 a { background-color: #02432D; }

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

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

border-color css

<style>
 span { border-color: #02432D; }

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

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