#023C23

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

Shades of British Racing Green #023C23

Tints of British Racing Green #023C23

Color information

#023C23 (or 0x023C23) is unknown color: approx British Racing Green. HEX triplet: 02, 3C and 23. RGB value is (2,60,35). Sum of RGB (Red+Green+Blue) = 2+60+35=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 60 (23.83% from 255 or 61.86% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 60 - color contains mainly: green. Hex color #023C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C23 is #FDC3DC. Grayscale: #272727. Windows color (decimal): -16630749 or 2309122. OLE color: 2309122.

HSL color Cylindrical-coordinate representation of color #023C23: hue angle of 154.14º 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 #023C23 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.

Color convert

RGB26035-
CMYK0.9700.420.76
HSL154.14º93.55%12.16%-
HSV(B)154.14º96.67%23.53%-
XYZ1.943.372.14-
YUV39.81125.28101.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 60 (23.83% from 255) = 61.86%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=2.06%
G=61.86%
B=36.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal260350.9700.420.76154.1493.5512.16
Hex23C236102A4C9a5ec
Octal2744314105211423213614
Binary101111001000111100001010101010011001001101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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