Html Css Color HEX #024C1A British Racing Green

📋 copy color: '#024C1A'

red 2 ◦ green 76 ◦ blue 26

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

Shades of British Racing Green #024C1A

Tints of British Racing Green #024C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 73.08%

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

R = 1.92%
G = 73.08%
B = 25%

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

#024C1A (or 0x024C1A) is known color: British Racing Green. HEX triplet: 02, 4C and 1A. RGB value is (2,76,26). Sum of RGB (Red+Green+Blue) = 2+76+26=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 76 (30.08% from 255 or 73.08% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 76 - color contains mainly: green. Hex color #024C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C1A is #FDB3E5. Grayscale: #303030. Windows color (decimal): -16626662 or 1723394. OLE color: 1723394.

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

Color convert

RGB 2 76 26 -
CMYK 0.97 0 0.66 0.70
HSL 139.46º 0.95% 0.15% -
HSV(B) 139.46º 0.97% 0.3% -
XYZ 2.8 5.26 1.84 -
YUV 48.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 2 76 26 0.97 0 0.66 0.70 139.46 0.95 0.15
Hex 2 4C 1A 61 0 42 46 8B 5F F
Octal 2 114 32 141 0 102 106 213 137 17
Binary 10 1001100 11010 1100001 0 1000010 1000110 10001011 1011111 1111

Color Harmonies of #024C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C1A

Black with #024C1A

Text Example


Text Example

White with #024C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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