Html Css Color HEX #034223 British Racing Green

📋 copy color: '#034223'

red 3 ◦ green 66 ◦ blue 35

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

Shades of British Racing Green #034223

Tints of British Racing Green #034223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.65%

R = 2.88%
G = 63.46%
B = 33.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#034223 (or 0x034223) is known color: British Racing Green. HEX triplet: 03, 42 and 23. RGB value is (3,66,35). Sum of RGB (Red+Green+Blue) = 3+66+35=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #034223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034223 is #FCBDDC. Grayscale: #2B2B2B. Windows color (decimal): -16563677 or 2310659. OLE color: 2310659.

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

Color convert

RGB 3 66 35 -
CMYK 0.95 0 0.47 0.74
HSL 150.48º 0.91% 0.14% -
HSV(B) 150.48º 0.95% 0.26% -
XYZ 2.29 4.04 2.25 -
YUV 43.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 3 66 35 0.95 0 0.47 0.74 150.48 0.91 0.14
Hex 3 42 23 5F 0 2F 4A 96 5B E
Octal 3 102 43 137 0 57 112 226 133 16
Binary 11 1000010 100011 1011111 0 101111 1001010 10010110 1011011 1110

Color Harmonies of #034223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034223

Black with #034223

Text Example


Text Example

White with #034223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034223; }

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

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

background-color css

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

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

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

border-color css

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

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

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