Html Css Color HEX #034325 British Racing Green

📋 copy color: '#034325'

red 3 ◦ green 67 ◦ blue 37

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

Shades of British Racing Green #034325

Tints of British Racing Green #034325

RGB

 RED value IS 3 (1.56% from 255) = 2.8%

 GREEN value IS 67 (26.56% from 255) = 62.62%

 BLUE value IS 37 (14.84% from 255) = 34.58%

R = 2.8%
G = 62.62%
B = 34.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#034325 (or 0x034325) is known color: British Racing Green. HEX triplet: 03, 43 and 25. RGB value is (3,67,37). Sum of RGB (Red+Green+Blue) = 3+67+37=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #034325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034325 is #FCBCDA. Grayscale: #2C2C2C. Windows color (decimal): -16563419 or 2441987. OLE color: 2441987.

HSL color Cylindrical-coordinate representation of color #034325: hue angle of 151.88º 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 #034325 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 37 -
CMYK 0.96 0 0.45 0.74
HSL 151.88º 0.91% 0.14% -
HSV(B) 151.88º 0.96% 0.26% -
XYZ 2.38 4.17 2.43 -
YUV 44.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 3 67 37 0.96 0 0.45 0.74 151.88 0.91 0.14
Hex 3 43 25 60 0 2D 4A 98 5B E
Octal 3 103 45 140 0 55 112 230 133 16
Binary 11 1000011 100101 1100000 0 101101 1001010 10011000 1011011 1110

Color Harmonies of #034325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034325

Black with #034325

Text Example


Text Example

White with #034325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034325; }

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

 H1.HeaderClassName
 {
   color: #034325;
 }
 .AnyTagClassName
 {
   color: #034325;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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