Html Css Color HEX #024B1E British Racing Green

📋 copy color: '#024B1E'

red 2 ◦ green 75 ◦ blue 30

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

Shades of British Racing Green #024B1E

Tints of British Racing Green #024B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.04%

R = 1.87%
G = 70.09%
B = 28.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#024B1E (or 0x024B1E) is known color: British Racing Green. HEX triplet: 02, 4B and 1E. RGB value is (2,75,30). Sum of RGB (Red+Green+Blue) = 2+75+30=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #024B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B1E is #FDB4E1. Grayscale: #303030. Windows color (decimal): -16626914 or 1985282. OLE color: 1985282.

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

Color convert

RGB 2 75 30 -
CMYK 0.97 0 0.60 0.71
HSL 143.01º 0.95% 0.15% -
HSV(B) 143.01º 0.97% 0.29% -
XYZ 2.78 5.14 2.07 -
YUV 48.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 2 75 30 0.97 0 0.60 0.71 143.01 0.95 0.15
Hex 2 4B 1E 61 0 3C 47 8F 5F F
Octal 2 113 36 141 0 74 107 217 137 17
Binary 10 1001011 11110 1100001 0 111100 1000111 10001111 1011111 1111

Color Harmonies of #024B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B1E

Black with #024B1E

Text Example


Text Example

White with #024B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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