Html Css Color HEX #024528 British Racing Green

📋 copy color: '#024528'

red 2 ◦ green 69 ◦ blue 40

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

Shades of British Racing Green #024528

Tints of British Racing Green #024528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 62.16%

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 1.8%
G = 62.16%
B = 36.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#024528 (or 0x024528) is known color: British Racing Green. HEX triplet: 02, 45 and 28. RGB value is (2,69,40). Sum of RGB (Red+Green+Blue) = 2+69+40=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #024528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024528 is #FDBAD7. Grayscale: #2D2D2D. Windows color (decimal): -16628440 or 2639106. OLE color: 2639106.

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

Color convert

RGB 2 69 40 -
CMYK 0.97 0 0.42 0.73
HSL 154.03º 0.94% 0.14% -
HSV(B) 154.03º 0.97% 0.27% -
XYZ 2.54 4.42 2.73 -
YUV 45.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 2 69 40 0.97 0 0.42 0.73 154.03 0.94 0.14
Hex 2 45 28 61 0 2A 49 9A 5E E
Octal 2 105 50 141 0 52 111 232 136 16
Binary 10 1000101 101000 1100001 0 101010 1001001 10011010 1011110 1110

Color Harmonies of #024528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024528

Black with #024528

Text Example


Text Example

White with #024528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024528; }

 p { color: rgb(2,69,40); }

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

background-color css

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

 a { background-color: rgb(2,69,40); }

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

border-color css

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

 span { border-color: rgb(2,69,40); }

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