Html Css Color HEX #023C25 British Racing Green

📋 copy color: '#023C25'

red 2 ◦ green 60 ◦ blue 37

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

Shades of British Racing Green #023C25

Tints of British Racing Green #023C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 60.61%

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

R = 2.02%
G = 60.61%
B = 37.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#023C25 (or 0x023C25) is known color: British Racing Green. HEX triplet: 02, 3C and 25. RGB value is (2,60,37). Sum of RGB (Red+Green+Blue) = 2+60+37=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 60 (23.83% from 255 or 60.61% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 60 - color contains mainly: green. Hex color #023C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C25 is #FDC3DA. Grayscale: #282828. Windows color (decimal): -16630747 or 2440194. OLE color: 2440194.

HSL color Cylindrical-coordinate representation of color #023C25: hue angle of 156.21º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C25 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 60 37 -
CMYK 0.97 0 0.38 0.76
HSL 156.21º 0.94% 0.12% -
HSV(B) 156.21º 0.97% 0.24% -
XYZ 1.97 3.38 2.3 -
YUV 40.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 2 60 37 0.97 0 0.38 0.76 156.21 0.94 0.12
Hex 2 3C 25 61 0 26 4C 9C 5E C
Octal 2 74 45 141 0 46 114 234 136 14
Binary 10 111100 100101 1100001 0 100110 1001100 10011100 1011110 1100

Color Harmonies of #023C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C25

Black with #023C25

Text Example


Text Example

White with #023C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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