Html Css Color HEX #034226 British Racing Green

📋 copy color: '#034226'

red 3 ◦ green 66 ◦ blue 38

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

Shades of British Racing Green #034226

Tints of British Racing Green #034226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.68%

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

R = 2.8%
G = 61.68%
B = 35.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#034226 (or 0x034226) is known color: British Racing Green. HEX triplet: 03, 42 and 26. RGB value is (3,66,38). Sum of RGB (Red+Green+Blue) = 3+66+38=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #034226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034226 is #FCBDD9. Grayscale: #2C2C2C. Windows color (decimal): -16563674 or 2507267. OLE color: 2507267.

HSL color Cylindrical-coordinate representation of color #034226: hue angle of 153.33º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034226 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 38 -
CMYK 0.95 0 0.42 0.74
HSL 153.33º 0.91% 0.14% -
HSV(B) 153.33º 0.95% 0.26% -
XYZ 2.34 4.06 2.49 -
YUV 43.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 3 66 38 0.95 0 0.42 0.74 153.33 0.91 0.14
Hex 3 42 26 5F 0 2A 4A 99 5B E
Octal 3 102 46 137 0 52 112 231 133 16
Binary 11 1000010 100110 1011111 0 101010 1001010 10011001 1011011 1110

Color Harmonies of #034226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034226

Black with #034226

Text Example


Text Example

White with #034226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034226; }

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

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

background-color css

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

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

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

border-color css

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

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

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