Shades of British Racing Green #034430
Tints of British Racing Green #034430
RGB
CMYK
RGB Variations
Color information
#034430 (or 0x034430) is known color: British Racing Green. HEX triplet: 03, 44 and 30. RGB value is (3,68,48). Sum of RGB (Red+Green+Blue) = 3+68+48=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #034430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034430 is #FCBBCF. Grayscale: #2E2E2E. Windows color (decimal): -16563152 or 3163139. OLE color: 3163139.
HSL color Cylindrical-coordinate representation of color #034430: hue angle of 161.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034430 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 48 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.73 |
| HSL | 161.54º | 0.92% | 0.14% | - |
| HSV(B) | 161.54º | 0.96% | 0.27% | - |
| XYZ | 2.64 | 4.37 | 3.5 | - |
| YUV | 46.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 48 | 0.96 | 0 | 0.29 | 0.73 | 161.54 | 0.92 | 0.14 |
| Hex | 3 | 44 | 30 | 60 | 0 | 1D | 49 | A2 | 5C | E |
| Octal | 3 | 104 | 60 | 140 | 0 | 35 | 111 | 242 | 134 | 16 |
| Binary | 11 | 1000100 | 110000 | 1100000 | 0 | 11101 | 1001001 | 10100010 | 1011100 | 1110 |
Color Harmonies of #034430
Complementary color
Monochromatic Colors of #034430
Black with #034430
Text Example
Text Example
White with #034430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034430; }
p { color: rgb(3,68,48); }
H1.HeaderClassName
{
color: #034430;
}
.AnyTagClassName
{
color: #034430;
}
</style>
background-color css
<style>
a { background-color: #034430; }
a { background-color: rgb(3,68,48); }
div.DivClassName
{
background-color: #034430;
}
.BgClassName
{
background-color: #034430;
}
</style>
border-color css
<style>
span { border-color: #034430; }
span { border-color: rgb(3,68,48); }
td.TdClassName
{
border-color: #034430;
}
.TagClassName
{
border-color: #034430;
}
</style>