Html Css Color HEX #024B32 British Racing Green

📋 copy color: '#024B32'

red 2 ◦ green 75 ◦ blue 50

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

Shades of British Racing Green #024B32

Tints of British Racing Green #024B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 39.37%

R = 1.57%
G = 59.06%
B = 39.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#024B32 (or 0x024B32) is known color: British Racing Green. HEX triplet: 02, 4B and 32. RGB value is (2,75,50). Sum of RGB (Red+Green+Blue) = 2+75+50=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #024B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B32 is #FDB4CD. Grayscale: #323232. Windows color (decimal): -16626894 or 3296002. OLE color: 3296002.

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

Color convert

RGB 2 75 50 -
CMYK 0.97 0 0.33 0.71
HSL 159.45º 0.95% 0.15% -
HSV(B) 159.45º 0.97% 0.29% -
XYZ 3.12 5.28 3.87 -
YUV 50.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 2 75 50 0.97 0 0.33 0.71 159.45 0.95 0.15
Hex 2 4B 32 61 0 21 47 9F 5F F
Octal 2 113 62 141 0 41 107 237 137 17
Binary 10 1001011 110010 1100001 0 100001 1000111 10011111 1011111 1111

Color Harmonies of #024B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B32

Black with #024B32

Text Example


Text Example

White with #024B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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