#023D1D

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

Shades of British Racing Green #023D1D

Tints of British Racing Green #023D1D

Color information

#023D1D (or 0x023D1D) is unknown color: approx British Racing Green. HEX triplet: 02, 3D and 1D. RGB value is (2,61,29). Sum of RGB (Red+Green+Blue) = 2+61+29=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #023D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D1D is #FDC2E2. Grayscale: #272727. Windows color (decimal): -16630499 or 1916162. OLE color: 1916162.

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

Color convert

RGB26129-
CMYK0.9700.520.76
HSL147.46º93.65%12.35%-
HSV(B)147.46º96.72%23.92%-
XYZ1.923.441.73-
YUV39.71121.95101.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 61 (24.22% from 255) = 66.30%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=2.17%
G=66.30%
B=31.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261290.9700.520.76147.4693.6512.35
Hex23D1D610344C935ec
Octal2753514106411422313614
Binary10111101111011100001011010010011001001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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