Html Css Color HEX #034328 British Racing Green

📋 copy color: '#034328'

red 3 ◦ green 67 ◦ blue 40

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

Shades of British Racing Green #034328

Tints of British Racing Green #034328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 2.73%
G = 60.91%
B = 36.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#034328 (or 0x034328) is known color: British Racing Green. HEX triplet: 03, 43 and 28. RGB value is (3,67,40). Sum of RGB (Red+Green+Blue) = 3+67+40=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #034328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034328 is #FCBCD7. Grayscale: #2C2C2C. Windows color (decimal): -16563416 or 2638595. OLE color: 2638595.

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

Color convert

RGB 3 67 40 -
CMYK 0.96 0 0.40 0.74
HSL 154.69º 0.91% 0.14% -
HSV(B) 154.69º 0.96% 0.26% -
XYZ 2.43 4.19 2.69 -
YUV 44.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 3 67 40 0.96 0 0.40 0.74 154.69 0.91 0.14
Hex 3 43 28 60 0 28 4A 9B 5B E
Octal 3 103 50 140 0 50 112 233 133 16
Binary 11 1000011 101000 1100000 0 101000 1001010 10011011 1011011 1110

Color Harmonies of #034328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034328

Black with #034328

Text Example


Text Example

White with #034328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034328; }

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

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

background-color css

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

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

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

border-color css

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

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

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