Html Css Color HEX #024B2C British Racing Green

📋 copy color: '#024B2C'

red 2 ◦ green 75 ◦ blue 44

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

Shades of British Racing Green #024B2C

Tints of British Racing Green #024B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 61.98%

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 1.65%
G = 61.98%
B = 36.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#024B2C (or 0x024B2C) is known color: British Racing Green. HEX triplet: 02, 4B and 2C. RGB value is (2,75,44). Sum of RGB (Red+Green+Blue) = 2+75+44=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #024B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B2C is #FDB4D3. Grayscale: #313131. Windows color (decimal): -16626900 or 2902786. OLE color: 2902786.

HSL color Cylindrical-coordinate representation of color #024B2C: hue angle of 154.52º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B2C is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 44 -
CMYK 0.97 0 0.41 0.71
HSL 154.52º 0.95% 0.15% -
HSV(B) 154.52º 0.97% 0.29% -
XYZ 3 5.23 3.23 -
YUV 49.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 2 75 44 0.97 0 0.41 0.71 154.52 0.95 0.15
Hex 2 4B 2C 61 0 29 47 9B 5F F
Octal 2 113 54 141 0 51 107 233 137 17
Binary 10 1001011 101100 1100001 0 101001 1000111 10011011 1011111 1111

Color Harmonies of #024B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B2C

Black with #024B2C

Text Example


Text Example

White with #024B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B2C; }

 p { color: rgb(2,75,44); }

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

background-color css

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

 a { background-color: rgb(2,75,44); }

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

border-color css

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

 span { border-color: rgb(2,75,44); }

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