Html Css Color HEX #034330 British Racing Green

📋 copy color: '#034330'

red 3 ◦ green 67 ◦ blue 48

#034330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #034330

Tints of British Racing Green #034330

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 value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#034330 (or 0x034330) is known color: 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

RGB 3 67 48 -
CMYK 0.96 0 0.28 0.74
HSL 162.19º 0.91% 0.14% -
HSV(B) 162.19º 0.96% 0.26% -
XYZ 2.58 4.25 3.48 -
YUV 45.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 3 67 48 0.96 0 0.28 0.74 162.19 0.91 0.14
Hex 3 43 30 60 0 1C 4A A2 5B E
Octal 3 103 60 140 0 34 112 242 133 16
Binary 11 1000011 110000 1100000 0 11100 1001010 10100010 1011011 1110

Color Harmonies of #034330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034330

Black with #034330

Text Example


Text Example

White with #034330

Text Example


Text Example

HTML Codes & Css Web 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>