Html Css Color HEX #024B37 British Racing Green

📋 copy color: '#024B37'

red 2 ◦ green 75 ◦ blue 55

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

Shades of British Racing Green #024B37

Tints of British Racing Green #024B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.67%

R = 1.52%
G = 56.82%
B = 41.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#024B37 (or 0x024B37) is known color: British Racing Green. HEX triplet: 02, 4B and 37. RGB value is (2,75,55). Sum of RGB (Red+Green+Blue) = 2+75+55=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #024B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B37 is #FDB4C8. Grayscale: #323232. Windows color (decimal): -16626889 or 3623682. OLE color: 3623682.

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

Color convert

RGB 2 75 55 -
CMYK 0.97 0 0.27 0.71
HSL 163.56º 0.95% 0.15% -
HSV(B) 163.56º 0.97% 0.29% -
XYZ 3.23 5.32 4.47 -
YUV 50.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 2 75 55 0.97 0 0.27 0.71 163.56 0.95 0.15
Hex 2 4B 37 61 0 1B 47 A4 5F F
Octal 2 113 67 141 0 33 107 244 137 17
Binary 10 1001011 110111 1100001 0 11011 1000111 10100100 1011111 1111

Color Harmonies of #024B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B37

Black with #024B37

Text Example


Text Example

White with #024B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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