Html Css Color HEX #03701D Crusoe

📋 copy color: '#03701D'

red 3 ◦ green 112 ◦ blue 29

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

Shades of Crusoe #03701D

Tints of Crusoe #03701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 77.78%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 2.08%
G = 77.78%
B = 20.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#03701D (or 0x03701D) is known color: Crusoe. HEX triplet: 03, 70 and 1D. RGB value is (3,112,29). Sum of RGB (Red+Green+Blue) = 3+112+29=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #03701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03701D is #FC8FE2. Grayscale: #464646. Windows color (decimal): -16551907 or 1929219. OLE color: 1929219.

HSL color Cylindrical-coordinate representation of color #03701D: hue angle of 134.31º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03701D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 29 -
CMYK 0.97 0 0.74 0.56
HSL 134.31º 0.95% 0.23% -
HSV(B) 134.31º 0.97% 0.44% -
XYZ 6.05 11.7 3.1 -
YUV 69.95 104.89 80.25 -
System Red Green Blue C M Y K H S L
Decimal 3 112 29 0.97 0 0.74 0.56 134.31 0.95 0.23
Hex 3 70 1D 61 0 4A 38 86 5F 17
Octal 3 160 35 141 0 112 70 206 137 27
Binary 11 1110000 11101 1100001 0 1001010 111000 10000110 1011111 10111

Color Harmonies of #03701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03701D

Black with #03701D

Text Example


Text Example

White with #03701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,112,29); }

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

background-color css

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

 a { background-color: rgb(3,112,29); }

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

border-color css

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

 span { border-color: rgb(3,112,29); }

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