#023D30

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

Shades of British Racing Green #023D30

Tints of British Racing Green #023D30

Color information

#023D30 (or 0x023D30) is unknown color: approx British Racing Green. HEX triplet: 02, 3D and 30. RGB value is (2,61,48). Sum of RGB (Red+Green+Blue) = 2+61+48=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #023D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D30 is #FDC2CF. Grayscale: #292929. Windows color (decimal): -16630480 or 3161346. OLE color: 3161346.

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

Color convert

RGB26148-
CMYK0.9700.210.76
HSL166.78º93.65%12.35%-
HSV(B)166.78º96.72%23.92%-
XYZ2.233.563.37-
YUV41.88131.4599.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 61 (24.22% from 255) = 54.95%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=1.80%
G=54.95%
B=43.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261480.9700.210.76166.7893.6512.35
Hex23D30610154Ca75ec
Octal2756014102511424713614
Binary10111101110000110000101010110011001010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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