Html Css Color HEX #024E1A British Racing Green

📋 copy color: '#024E1A'

red 2 ◦ green 78 ◦ blue 26

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

Shades of British Racing Green #024E1A

Tints of British Racing Green #024E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 73.58%

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

R = 1.89%
G = 73.58%
B = 24.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#024E1A (or 0x024E1A) is known color: British Racing Green. HEX triplet: 02, 4E and 1A. RGB value is (2,78,26). Sum of RGB (Red+Green+Blue) = 2+78+26=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #024E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E1A is #FDB1E5. Grayscale: #313131. Windows color (decimal): -16626150 or 1723906. OLE color: 1723906.

HSL color Cylindrical-coordinate representation of color #024E1A: hue angle of 138.95º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E1A is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 78 26 -
CMYK 0.97 0 0.67 0.69
HSL 138.95º 0.95% 0.16% -
HSV(B) 138.95º 0.97% 0.31% -
XYZ 2.94 5.54 1.89 -
YUV 49.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 2 78 26 0.97 0 0.67 0.69 138.95 0.95 0.16
Hex 2 4E 1A 61 0 43 45 8B 5F 10
Octal 2 116 32 141 0 103 105 213 137 20
Binary 10 1001110 11010 1100001 0 1000011 1000101 10001011 1011111 10000

Color Harmonies of #024E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E1A

Black with #024E1A

Text Example


Text Example

White with #024E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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