Html Css Color HEX #024C1B British Racing Green

📋 copy color: '#024C1B'

red 2 ◦ green 76 ◦ blue 27

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

Shades of British Racing Green #024C1B

Tints of British Racing Green #024C1B

RGB

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

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

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

R = 1.9%
G = 72.38%
B = 25.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#024C1B (or 0x024C1B) is known color: British Racing Green. HEX triplet: 02, 4C and 1B. RGB value is (2,76,27). Sum of RGB (Red+Green+Blue) = 2+76+27=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 76 (30.08% from 255 or 72.38% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 76 - color contains mainly: green. Hex color #024C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C1B is #FDB3E4. Grayscale: #303030. Windows color (decimal): -16626661 or 1788930. OLE color: 1788930.

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

Color convert

RGB 2 76 27 -
CMYK 0.97 0 0.64 0.70
HSL 140.27º 0.95% 0.15% -
HSV(B) 140.27º 0.97% 0.3% -
XYZ 2.81 5.26 1.9 -
YUV 48.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 2 76 27 0.97 0 0.64 0.70 140.27 0.95 0.15
Hex 2 4C 1B 61 0 40 46 8C 5F F
Octal 2 114 33 141 0 100 106 214 137 17
Binary 10 1001100 11011 1100001 0 1000000 1000110 10001100 1011111 1111

Color Harmonies of #024C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C1B

Black with #024C1B

Text Example


Text Example

White with #024C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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