#034230

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

Shades of British Racing Green #034230

Tints of British Racing Green #034230

Color information

#034230 (or 0x034230) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 30. RGB value is (3,66,48). Sum of RGB (Red+Green+Blue) = 3+66+48=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #034230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034230 is #FCBDCF. Grayscale: #2D2D2D. Windows color (decimal): -16563664 or 3162627. OLE color: 3162627.

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

Color convert

RGB36648-
CMYK0.9500.270.74
HSL162.86º91.3%13.53%-
HSV(B)162.86º95.45%25.88%-
XYZ2.524.133.46-
YUV45.11129.6397.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 66 (26.17% from 255) = 56.41%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=2.56%
G=56.41%
B=41.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366480.9500.270.74162.8691.313.53
Hex342305F01B4Aa35be
Octal31026013703311224313316
Binary111000010110000101111101101110010101010001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034230; }

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

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

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

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

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

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

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

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