#023B25

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

Shades of British Racing Green #023B25

Tints of British Racing Green #023B25

Color information

#023B25 (or 0x023B25) is unknown color: approx British Racing Green. HEX triplet: 02, 3B and 25. RGB value is (2,59,37). Sum of RGB (Red+Green+Blue) = 2+59+37=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #023B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B25 is #FDC4DA. Grayscale: #272727. Windows color (decimal): -16631003 or 2439938. OLE color: 2439938.

HSL color Cylindrical-coordinate representation of color #023B25: hue angle of 156.84º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B25 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB25937-
CMYK0.9700.370.77
HSL156.84º93.44%11.96%-
HSV(B)156.84º96.61%23.14%-
XYZ1.923.272.28-
YUV39.45126.62101.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 59 (23.44% from 255) = 60.20%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=2.04%
G=60.20%
B=37.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259370.9700.370.77156.8493.4411.96
Hex23B25610254D9d5dc
Octal2734514104511523513514
Binary101110111001011100001010010110011011001110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023B25; }

 p { color: rgb(2,59,37); }

 H1.HeaderClassName
 {
   color: #023B25;
 }
 .AnyTagClassName
 {
   color: #023B25;
 }
</style>
background-color css

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

 a { background-color: rgb(2,59,37); }

 div.DivClassName
 {
   background-color: #023B25;
 }
 .BgClassName
 {
   background-color: #023B25;
 }
</style>
border-color css

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

 span { border-color: rgb(2,59,37); }

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