Html Css Color HEX #03701F Crusoe

📋 copy color: '#03701F'

red 3 ◦ green 112 ◦ blue 31

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

Shades of Crusoe #03701F

Tints of Crusoe #03701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.23%

R = 2.05%
G = 76.71%
B = 21.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#03701F (or 0x03701F) is known color: Crusoe. HEX triplet: 03, 70 and 1F. RGB value is (3,112,31). Sum of RGB (Red+Green+Blue) = 3+112+31=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #03701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03701F is #FC8FE0. Grayscale: #464646. Windows color (decimal): -16551905 or 2060291. OLE color: 2060291.

HSL color Cylindrical-coordinate representation of color #03701F: hue angle of 135.41º 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 #03701F is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 31 -
CMYK 0.97 0 0.72 0.56
HSL 135.41º 0.95% 0.23% -
HSV(B) 135.41º 0.97% 0.44% -
XYZ 6.08 11.71 3.24 -
YUV 70.18 105.89 80.09 -
System Red Green Blue C M Y K H S L
Decimal 3 112 31 0.97 0 0.72 0.56 135.41 0.95 0.23
Hex 3 70 1F 61 0 48 38 87 5F 17
Octal 3 160 37 141 0 110 70 207 137 27
Binary 11 1110000 11111 1100001 0 1001000 111000 10000111 1011111 10111

Color Harmonies of #03701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03701F

Black with #03701F

Text Example


Text Example

White with #03701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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