Html Css Color HEX #023B25 British Racing Green

📋 copy color: '#023B25'

red 2 ◦ green 59 ◦ blue 37

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

Shades of British Racing Green #023B25

Tints of British Racing Green #023B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 60.2%

 BLUE value IS 37 (14.84% from 255) = 37.76%

R = 2.04%
G = 60.2%
B = 37.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.77

RGB Variations

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

Color information

#023B25 (or 0x023B25) is known color: 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

RGB 2 59 37 -
CMYK 0.97 0 0.37 0.77
HSL 156.84º 0.93% 0.12% -
HSV(B) 156.84º 0.97% 0.23% -
XYZ 1.92 3.27 2.28 -
YUV 39.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 2 59 37 0.97 0 0.37 0.77 156.84 0.93 0.12
Hex 2 3B 25 61 0 25 4D 9D 5D C
Octal 2 73 45 141 0 45 115 235 135 14
Binary 10 111011 100101 1100001 0 100101 1001101 10011101 1011101 1100

Color Harmonies of #023B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B25

Black with #023B25

Text Example


Text Example

White with #023B25

Text Example


Text Example

HTML Codes & Css Web 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>