Html Css Color HEX #034427 British Racing Green

📋 copy color: '#034427'

red 3 ◦ green 68 ◦ blue 39

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

Shades of British Racing Green #034427

Tints of British Racing Green #034427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.45%

R = 2.73%
G = 61.82%
B = 35.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#034427 (or 0x034427) is known color: British Racing Green. HEX triplet: 03, 44 and 27. RGB value is (3,68,39). Sum of RGB (Red+Green+Blue) = 3+68+39=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #034427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034427 is #FCBBD8. Grayscale: #2D2D2D. Windows color (decimal): -16563161 or 2573315. OLE color: 2573315.

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

Color convert

RGB 3 68 39 -
CMYK 0.96 0 0.43 0.73
HSL 153.23º 0.92% 0.14% -
HSV(B) 153.23º 0.96% 0.27% -
XYZ 2.47 4.3 2.62 -
YUV 45.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 3 68 39 0.96 0 0.43 0.73 153.23 0.92 0.14
Hex 3 44 27 60 0 2B 49 99 5C E
Octal 3 104 47 140 0 53 111 231 134 16
Binary 11 1000100 100111 1100000 0 101011 1001001 10011001 1011100 1110

Color Harmonies of #034427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034427

Black with #034427

Text Example


Text Example

White with #034427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034427; }

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

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

background-color css

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

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

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

border-color css

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

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

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