Html Css Color HEX #024D1B British Racing Green

📋 copy color: '#024D1B'

red 2 ◦ green 77 ◦ blue 27

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

Shades of British Racing Green #024D1B

Tints of British Racing Green #024D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 72.64%

 BLUE value IS 27 (10.94% from 255) = 25.47%

R = 1.89%
G = 72.64%
B = 25.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#024D1B (or 0x024D1B) is known color: British Racing Green. HEX triplet: 02, 4D and 1B. RGB value is (2,77,27). Sum of RGB (Red+Green+Blue) = 2+77+27=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 77 (30.47% from 255 or 72.64% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 77 - color contains mainly: green. Hex color #024D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D1B is #FDB2E4. Grayscale: #313131. Windows color (decimal): -16626405 or 1789186. OLE color: 1789186.

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

Color convert

RGB 2 77 27 -
CMYK 0.97 0 0.65 0.70
HSL 140º 0.95% 0.15% -
HSV(B) 140º 0.97% 0.3% -
XYZ 2.88 5.4 1.93 -
YUV 48.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 2 77 27 0.97 0 0.65 0.70 140 0.95 0.15
Hex 2 4D 1B 61 0 41 46 8C 5F F
Octal 2 115 33 141 0 101 106 214 137 17
Binary 10 1001101 11011 1100001 0 1000001 1000110 10001100 1011111 1111

Color Harmonies of #024D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D1B

Black with #024D1B

Text Example


Text Example

White with #024D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,27); }

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

background-color css

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

 a { background-color: rgb(2,77,27); }

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

border-color css

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

 span { border-color: rgb(2,77,27); }

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