#034023

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

Shades of British Racing Green #034023

Tints of British Racing Green #034023

Color information

#034023 (or 0x034023) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 23. RGB value is (3,64,35). Sum of RGB (Red+Green+Blue) = 3+64+35=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #034023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034023 is #FCBFDC. Grayscale: #2A2A2A. Windows color (decimal): -16564189 or 2310147. OLE color: 2310147.

HSL color Cylindrical-coordinate representation of color #034023: hue angle of 151.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034023 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB36435-
CMYK0.9500.450.75
HSL151.48º91.04%13.14%-
HSV(B)151.48º95.31%25.1%-
XYZ2.173.812.21-
YUV42.46123.7999.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 35 (14.06% from 255) = 34.31%
R=2.94%
G=62.75%
B=34.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364350.9500.450.75151.4891.0413.14
Hex340235F02D4B975bd
Octal31004313705511322713315
Binary1110000001000111011111010110110010111001011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034023; }

 p { color: rgb(3,64,35); }

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

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

 a { background-color: rgb(3,64,35); }

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

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

 span { border-color: rgb(3,64,35); }

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