#034330

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

Shades of British Racing Green #034330

Tints of British Racing Green #034330

Color information

#034330 (or 0x034330) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 30. RGB value is (3,67,48). Sum of RGB (Red+Green+Blue) = 3+67+48=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #034330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034330 is #FCBCCF. Grayscale: #2D2D2D. Windows color (decimal): -16563408 or 3162883. OLE color: 3162883.

HSL color Cylindrical-coordinate representation of color #034330: hue angle of 162.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034330 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB36748-
CMYK0.9600.280.74
HSL162.19º91.43%13.73%-
HSV(B)162.19º95.52%26.27%-
XYZ2.584.253.48-
YUV45.7129.397.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=2.54%
G=56.78%
B=40.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367480.9600.280.74162.1991.4313.73
Hex343306001C4Aa25be
Octal31036014003411224213316
Binary111000011110000110000001110010010101010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034330; }

 p { color: rgb(3,67,48); }

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

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

 a { background-color: rgb(3,67,48); }

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

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

 span { border-color: rgb(3,67,48); }

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