#034B24

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

Shades of British Racing Green #034B24

Tints of British Racing Green #034B24

Color information

#034B24 (or 0x034B24) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 24. RGB value is (3,75,36). Sum of RGB (Red+Green+Blue) = 3+75+36=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 75 (29.69% from 255 or 65.79% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 75 - color contains mainly: green. Hex color #034B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B24 is #FCB4DB. Grayscale: #313131. Windows color (decimal): -16561372 or 2378499. OLE color: 2378499.

HSL color Cylindrical-coordinate representation of color #034B24: hue angle of 147.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034B24 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB37536-
CMYK0.9600.520.71
HSL147.5º92.31%15.29%-
HSV(B)147.5º96%29.41%-
XYZ2.875.182.52-
YUV49.03120.6595.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 75 (29.69% from 255) = 65.79%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=2.63%
G=65.79%
B=31.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375360.9600.520.71147.592.3115.29
Hex34B246003447945cf
Octal31134414006410722413417
Binary1110010111001001100000011010010001111001010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034B24; }

 p { color: rgb(3,75,36); }

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

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

 a { background-color: rgb(3,75,36); }

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

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

 span { border-color: rgb(3,75,36); }

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