Html Css Color HEX #024D1A British Racing Green

📋 copy color: '#024D1A'

red 2 ◦ green 77 ◦ blue 26

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

Shades of British Racing Green #024D1A

Tints of British Racing Green #024D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.76%

R = 1.9%
G = 73.33%
B = 24.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#024D1A (or 0x024D1A) is known color: British Racing Green. HEX triplet: 02, 4D and 1A. RGB value is (2,77,26). Sum of RGB (Red+Green+Blue) = 2+77+26=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 77 (30.47% from 255 or 73.33% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 77 - color contains mainly: green. Hex color #024D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D1A is #FDB2E5. Grayscale: #303030. Windows color (decimal): -16626406 or 1723650. OLE color: 1723650.

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

Color convert

RGB 2 77 26 -
CMYK 0.97 0 0.66 0.70
HSL 139.2º 0.95% 0.15% -
HSV(B) 139.2º 0.97% 0.3% -
XYZ 2.87 5.4 1.87 -
YUV 48.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 2 77 26 0.97 0 0.66 0.70 139.2 0.95 0.15
Hex 2 4D 1A 61 0 42 46 8B 5F F
Octal 2 115 32 141 0 102 106 213 137 17
Binary 10 1001101 11010 1100001 0 1000010 1000110 10001011 1011111 1111

Color Harmonies of #024D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D1A

Black with #024D1A

Text Example


Text Example

White with #024D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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