Html Css Color HEX #024629 British Racing Green

📋 copy color: '#024629'

red 2 ◦ green 70 ◦ blue 41

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

Shades of British Racing Green #024629

Tints of British Racing Green #024629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 61.95%

 BLUE value IS 41 (16.41% from 255) = 36.28%

R = 1.77%
G = 61.95%
B = 36.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#024629 (or 0x024629) is known color: British Racing Green. HEX triplet: 02, 46 and 29. RGB value is (2,70,41). Sum of RGB (Red+Green+Blue) = 2+70+41=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #024629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024629 is #FDB9D6. Grayscale: #2E2E2E. Windows color (decimal): -16628183 or 2704898. OLE color: 2704898.

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

Color convert

RGB 2 70 41 -
CMYK 0.97 0 0.41 0.73
HSL 154.41º 0.94% 0.14% -
HSV(B) 154.41º 0.97% 0.27% -
XYZ 2.62 4.55 2.84 -
YUV 46.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 2 70 41 0.97 0 0.41 0.73 154.41 0.94 0.14
Hex 2 46 29 61 0 29 49 9A 5E E
Octal 2 106 51 141 0 51 111 232 136 16
Binary 10 1000110 101001 1100001 0 101001 1001001 10011010 1011110 1110

Color Harmonies of #024629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024629

Black with #024629

Text Example


Text Example

White with #024629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024629; }

 p { color: rgb(2,70,41); }

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

background-color css

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

 a { background-color: rgb(2,70,41); }

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

border-color css

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

 span { border-color: rgb(2,70,41); }

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