#023D1F

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

Shades of British Racing Green #023D1F

Tints of British Racing Green #023D1F

Color information

#023D1F (or 0x023D1F) is unknown color: approx British Racing Green. HEX triplet: 02, 3D and 1F. RGB value is (2,61,31). Sum of RGB (Red+Green+Blue) = 2+61+31=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 61 (24.22% from 255 or 64.89% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 61 - color contains mainly: green. Hex color #023D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D1F is #FDC2E0. Grayscale: #282828. Windows color (decimal): -16630497 or 2047234. OLE color: 2047234.

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

Color convert

RGB26131-
CMYK0.9700.490.76
HSL149.49º93.65%12.35%-
HSV(B)149.49º96.72%23.92%-
XYZ1.943.451.86-
YUV39.94122.95100.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 61 (24.22% from 255) = 64.89%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=2.13%
G=64.89%
B=32.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261310.9700.490.76149.4993.6512.35
Hex23D1F610314C955ec
Octal2753714106111422513614
Binary10111101111111100001011000110011001001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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