#024127

Color #024127 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #024127

Tints of British Racing Green #024127

Color information

#024127 (or 0x024127) is unknown color: approx 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

RGB26539-
CMYK0.9700.400.75
HSL155.24º94.03%13.14%-
HSV(B)155.24º96.92%25.49%-
XYZ2.283.942.56-
YUV43.2125.6398.61-

RGB Variations

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

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.62% from 255) = 36.79%
R=1.89%
G=61.32%
B=36.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265390.9700.400.75155.2494.0313.14
Hex24127610284B9b5ed
Octal21014714105011323313615
Binary1010000011001111100001010100010010111001101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>