Html Css Color HEX #03701E Crusoe

📋 copy color: '#03701E'

red 3 ◦ green 112 ◦ blue 30

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

Shades of Crusoe #03701E

Tints of Crusoe #03701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 2.07%
G = 77.24%
B = 20.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#03701E (or 0x03701E) is known color: Crusoe. HEX triplet: 03, 70 and 1E. RGB value is (3,112,30). Sum of RGB (Red+Green+Blue) = 3+112+30=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #03701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03701E is #FC8FE1. Grayscale: #464646. Windows color (decimal): -16551906 or 1994755. OLE color: 1994755.

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

Color convert

RGB 3 112 30 -
CMYK 0.97 0 0.73 0.56
HSL 134.86º 0.95% 0.23% -
HSV(B) 134.86º 0.97% 0.44% -
XYZ 6.07 11.7 3.17 -
YUV 70.06 105.39 80.17 -
System Red Green Blue C M Y K H S L
Decimal 3 112 30 0.97 0 0.73 0.56 134.86 0.95 0.23
Hex 3 70 1E 61 0 49 38 87 5F 17
Octal 3 160 36 141 0 111 70 207 137 27
Binary 11 1110000 11110 1100001 0 1001001 111000 10000111 1011111 10111

Color Harmonies of #03701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03701E

Black with #03701E

Text Example


Text Example

White with #03701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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