#023D2F

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

Shades of British Racing Green #023D2F

Tints of British Racing Green #023D2F

Color information

#023D2F (or 0x023D2F) is unknown color: approx British Racing Green. HEX triplet: 02, 3D and 2F. RGB value is (2,61,47). Sum of RGB (Red+Green+Blue) = 2+61+47=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #023D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D2F is #FDC2D0. Grayscale: #292929. Windows color (decimal): -16630481 or 3095810. OLE color: 3095810.

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

Color convert

RGB26147-
CMYK0.9700.230.76
HSL165.76º93.65%12.35%-
HSV(B)165.76º96.72%23.92%-
XYZ2.213.563.26-
YUV41.76130.9599.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 61 (24.22% from 255) = 55.45%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=1.82%
G=55.45%
B=42.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261470.9700.230.76165.7693.6512.35
Hex23D2F610174Ca65ec
Octal2755714102711424613614
Binary10111101101111110000101011110011001010011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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