Html Css Color HEX #03702A Crusoe

📋 copy color: '#03702A'

red 3 ◦ green 112 ◦ blue 42

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

Shades of Crusoe #03702A

Tints of Crusoe #03702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 1.91%
G = 71.34%
B = 26.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#03702A (or 0x03702A) is known color: Crusoe. HEX triplet: 03, 70 and 2A. RGB value is (3,112,42). Sum of RGB (Red+Green+Blue) = 3+112+42=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #03702A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03702A is #FC8FD5. Grayscale: #474747. Windows color (decimal): -16551894 or 2781187. OLE color: 2781187.

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

Color convert

RGB 3 112 42 -
CMYK 0.97 0 0.62 0.56
HSL 141.47º 0.95% 0.23% -
HSV(B) 141.47º 0.97% 0.44% -
XYZ 6.25 11.77 4.13 -
YUV 71.43 111.39 79.19 -
System Red Green Blue C M Y K H S L
Decimal 3 112 42 0.97 0 0.62 0.56 141.47 0.95 0.23
Hex 3 70 2A 61 0 3E 38 8D 5F 17
Octal 3 160 52 141 0 76 70 215 137 27
Binary 11 1110000 101010 1100001 0 111110 111000 10001101 1011111 10111

Color Harmonies of #03702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03702A

Black with #03702A

Text Example


Text Example

White with #03702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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