Html Css Color HEX #034326 British Racing Green

📋 copy color: '#034326'

red 3 ◦ green 67 ◦ blue 38

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

Shades of British Racing Green #034326

Tints of British Racing Green #034326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 35.19%

R = 2.78%
G = 62.04%
B = 35.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#034326 (or 0x034326) is known color: British Racing Green. HEX triplet: 03, 43 and 26. RGB value is (3,67,38). Sum of RGB (Red+Green+Blue) = 3+67+38=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #034326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034326 is #FCBCD9. Grayscale: #2C2C2C. Windows color (decimal): -16563418 or 2507523. OLE color: 2507523.

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

Color convert

RGB 3 67 38 -
CMYK 0.96 0 0.43 0.74
HSL 152.81º 0.91% 0.14% -
HSV(B) 152.81º 0.96% 0.26% -
XYZ 2.39 4.17 2.51 -
YUV 44.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 3 67 38 0.96 0 0.43 0.74 152.81 0.91 0.14
Hex 3 43 26 60 0 2B 4A 99 5B E
Octal 3 103 46 140 0 53 112 231 133 16
Binary 11 1000011 100110 1100000 0 101011 1001010 10011001 1011011 1110

Color Harmonies of #034326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034326

Black with #034326

Text Example


Text Example

White with #034326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034326; }

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

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

background-color css

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

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

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

border-color css

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

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

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