Html Css Color HEX #024B2F British Racing Green

📋 copy color: '#024B2F'

red 2 ◦ green 75 ◦ blue 47

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

Shades of British Racing Green #024B2F

Tints of British Racing Green #024B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.9%

R = 1.61%
G = 60.48%
B = 37.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#024B2F (or 0x024B2F) is known color: British Racing Green. HEX triplet: 02, 4B and 2F. RGB value is (2,75,47). Sum of RGB (Red+Green+Blue) = 2+75+47=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #024B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B2F is #FDB4D0. Grayscale: #323232. Windows color (decimal): -16626897 or 3099394. OLE color: 3099394.

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

Color convert

RGB 2 75 47 -
CMYK 0.97 0 0.37 0.71
HSL 156.99º 0.95% 0.15% -
HSV(B) 156.99º 0.97% 0.29% -
XYZ 3.05 5.25 3.54 -
YUV 49.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 2 75 47 0.97 0 0.37 0.71 156.99 0.95 0.15
Hex 2 4B 2F 61 0 25 47 9D 5F F
Octal 2 113 57 141 0 45 107 235 137 17
Binary 10 1001011 101111 1100001 0 100101 1000111 10011101 1011111 1111

Color Harmonies of #024B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B2F

Black with #024B2F

Text Example


Text Example

White with #024B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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