#023D2C

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

Shades of British Racing Green #023D2C

Tints of British Racing Green #023D2C

Color information

#023D2C (or 0x023D2C) is unknown color: approx British Racing Green. HEX triplet: 02, 3D and 2C. RGB value is (2,61,44). Sum of RGB (Red+Green+Blue) = 2+61+44=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 61 (24.22% from 255 or 57.01% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 61 - color contains mainly: green. Hex color #023D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D2C is #FDC2D3. Grayscale: #292929. Windows color (decimal): -16630484 or 2899202. OLE color: 2899202.

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

Color convert

RGB26144-
CMYK0.9700.280.76
HSL162.71º93.65%12.35%-
HSV(B)162.71º96.72%23.92%-
XYZ2.153.532.95-
YUV41.42129.4599.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 61 (24.22% from 255) = 57.01%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=1.87%
G=57.01%
B=41.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261440.9700.280.76162.7193.6512.35
Hex23D2C6101C4Ca35ec
Octal2755414103411424313614
Binary10111101101100110000101110010011001010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,61,44); }

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

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

 a { background-color: rgb(2,61,44); }

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

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

 span { border-color: rgb(2,61,44); }

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