Html Css Color HEX #03432D British Racing Green

📋 copy color: '#03432D'

red 3 ◦ green 67 ◦ blue 45

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

Shades of British Racing Green #03432D

Tints of British Racing Green #03432D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.13%

R = 2.61%
G = 58.26%
B = 39.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#03432D (or 0x03432D) is known color: British Racing Green. HEX triplet: 03, 43 and 2D. RGB value is (3,67,45). Sum of RGB (Red+Green+Blue) = 3+67+45=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #03432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03432D is #FCBCD2. Grayscale: #2D2D2D. Windows color (decimal): -16563411 or 2966275. OLE color: 2966275.

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

Color convert

RGB 3 67 45 -
CMYK 0.96 0 0.33 0.74
HSL 159.38º 0.91% 0.14% -
HSV(B) 159.38º 0.96% 0.26% -
XYZ 2.52 4.22 3.17 -
YUV 45.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 3 67 45 0.96 0 0.33 0.74 159.38 0.91 0.14
Hex 3 43 2D 60 0 21 4A 9F 5B E
Octal 3 103 55 140 0 41 112 237 133 16
Binary 11 1000011 101101 1100000 0 100001 1001010 10011111 1011011 1110

Color Harmonies of #03432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03432D

Black with #03432D

Text Example


Text Example

White with #03432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03432D; }

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

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

background-color css

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

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

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

border-color css

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

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

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