Html Css Color HEX #024325 British Racing Green

📋 copy color: '#024325'

red 2 ◦ green 67 ◦ blue 37

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

Shades of British Racing Green #024325

Tints of British Racing Green #024325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 34.91%

R = 1.89%
G = 63.21%
B = 34.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#024325 (or 0x024325) is known color: British Racing Green. HEX triplet: 02, 43 and 25. RGB value is (2,67,37). Sum of RGB (Red+Green+Blue) = 2+67+37=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #024325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024325 is #FDBCDA. Grayscale: #2C2C2C. Windows color (decimal): -16628955 or 2441986. OLE color: 2441986.

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

Color convert

RGB 2 67 37 -
CMYK 0.97 0 0.45 0.74
HSL 152.31º 0.94% 0.14% -
HSV(B) 152.31º 0.97% 0.26% -
XYZ 2.37 4.16 2.43 -
YUV 44.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 2 67 37 0.97 0 0.45 0.74 152.31 0.94 0.14
Hex 2 43 25 61 0 2D 4A 98 5E E
Octal 2 103 45 141 0 55 112 230 136 16
Binary 10 1000011 100101 1100001 0 101101 1001010 10011000 1011110 1110

Color Harmonies of #024325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024325

Black with #024325

Text Example


Text Example

White with #024325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024325; }

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

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

background-color css

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

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

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

border-color css

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

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

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