Html Css Color HEX #034429 British Racing Green

📋 copy color: '#034429'

red 3 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #034429

Tints of British Racing Green #034429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 60.71%

 BLUE value IS 41 (16.41% from 255) = 36.61%

R = 2.68%
G = 60.71%
B = 36.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#034429 (or 0x034429) is known color: British Racing Green. HEX triplet: 03, 44 and 29. RGB value is (3,68,41). Sum of RGB (Red+Green+Blue) = 3+68+41=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #034429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034429 is #FCBBD6. Grayscale: #2D2D2D. Windows color (decimal): -16563159 or 2704387. OLE color: 2704387.

HSL color Cylindrical-coordinate representation of color #034429: hue angle of 155.08º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034429 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 68 41 -
CMYK 0.96 0 0.40 0.73
HSL 155.08º 0.92% 0.14% -
HSV(B) 155.08º 0.96% 0.27% -
XYZ 2.5 4.31 2.8 -
YUV 45.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 3 68 41 0.96 0 0.40 0.73 155.08 0.92 0.14
Hex 3 44 29 60 0 28 49 9B 5C E
Octal 3 104 51 140 0 50 111 233 134 16
Binary 11 1000100 101001 1100000 0 101000 1001001 10011011 1011100 1110

Color Harmonies of #034429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034429

Black with #034429

Text Example


Text Example

White with #034429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034429; }

 p { color: rgb(3,68,41); }

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

background-color css

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

 a { background-color: rgb(3,68,41); }

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

border-color css

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

 span { border-color: rgb(3,68,41); }

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