Html Css Color HEX #024017 British Racing Green

📋 copy color: '#024017'

red 2 ◦ green 64 ◦ blue 23

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

Shades of British Racing Green #024017

Tints of British Racing Green #024017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 71.91%

 BLUE value IS 23 (9.38% from 255) = 25.84%

R = 2.25%
G = 71.91%
B = 25.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#024017 (or 0x024017) is known color: British Racing Green. HEX triplet: 02, 40 and 17. RGB value is (2,64,23). Sum of RGB (Red+Green+Blue) = 2+64+23=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #024017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024017 is #FDBFE8. Grayscale: #282828. Windows color (decimal): -16629737 or 1523714. OLE color: 1523714.

HSL color Cylindrical-coordinate representation of color #024017: hue angle of 140.32º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024017 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 23 -
CMYK 0.97 0 0.64 0.75
HSL 140.32º 0.94% 0.13% -
HSV(B) 140.32º 0.97% 0.25% -
XYZ 2.01 3.74 1.43 -
YUV 40.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 2 64 23 0.97 0 0.64 0.75 140.32 0.94 0.13
Hex 2 40 17 61 0 40 4B 8C 5E D
Octal 2 100 27 141 0 100 113 214 136 15
Binary 10 1000000 10111 1100001 0 1000000 1001011 10001100 1011110 1101

Color Harmonies of #024017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024017

Black with #024017

Text Example


Text Example

White with #024017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024017; }

 p { color: rgb(2,64,23); }

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

background-color css

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

 a { background-color: rgb(2,64,23); }

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

border-color css

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

 span { border-color: rgb(2,64,23); }

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