Html Css Color HEX #024127 British Racing Green

📋 copy color: '#024127'

red 2 ◦ green 65 ◦ blue 39

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

Shades of British Racing Green #024127

Tints of British Racing Green #024127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 61.32%

 BLUE value IS 39 (15.63% from 255) = 36.79%

R = 1.89%
G = 61.32%
B = 36.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#024127 (or 0x024127) is known color: British Racing Green. HEX triplet: 02, 41 and 27. RGB value is (2,65,39). Sum of RGB (Red+Green+Blue) = 2+65+39=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #024127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024127 is #FDBED8. Grayscale: #2B2B2B. Windows color (decimal): -16629465 or 2572546. OLE color: 2572546.

HSL color Cylindrical-coordinate representation of color #024127: hue angle of 155.24º 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 #024127 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 39 -
CMYK 0.97 0 0.40 0.75
HSL 155.24º 0.94% 0.13% -
HSV(B) 155.24º 0.97% 0.25% -
XYZ 2.28 3.94 2.56 -
YUV 43.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 2 65 39 0.97 0 0.40 0.75 155.24 0.94 0.13
Hex 2 41 27 61 0 28 4B 9B 5E D
Octal 2 101 47 141 0 50 113 233 136 15
Binary 10 1000001 100111 1100001 0 101000 1001011 10011011 1011110 1101

Color Harmonies of #024127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024127

Black with #024127

Text Example


Text Example

White with #024127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024127; }

 p { color: rgb(2,65,39); }

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

background-color css

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

 a { background-color: rgb(2,65,39); }

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

border-color css

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

 span { border-color: rgb(2,65,39); }

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