Html Css Color HEX #00741F Crusoe

📋 copy color: '#00741F'

red 0 ◦ green 116 ◦ blue 31

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

Shades of Crusoe #00741F

Tints of Crusoe #00741F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 116 (45.7% from 255) = 78.91%

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

R = 0%
G = 78.91%
B = 21.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#00741F (or 0x00741F) is known color: Crusoe. HEX triplet: 00, 74 and 1F. RGB value is (0,116,31). Sum of RGB (Red+Green+Blue) = 0+116+31=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 116 (45.70% from 255 or 78.91% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 116 - color contains mainly: green. Hex color #00741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00741F is #FF8BE0. Grayscale: #474747. Windows color (decimal): -16747489 or 2061312. OLE color: 2061312.

HSL color Cylindrical-coordinate representation of color #00741F: hue angle of 136.03º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00741F is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 116 31 -
CMYK 1 0 0.73 0.55
HSL 136.03º 1% 0.23% -
HSV(B) 136.03º 1% 0.45% -
XYZ 6.49 12.59 3.38 -
YUV 71.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 0 116 31 1 0 0.73 0.55 136.03 1 0.23
Hex 0 74 1F 64 0 49 37 88 64 17
Octal 0 164 37 144 0 111 67 210 144 27
Binary 0 1110100 11111 1100100 0 1001001 110111 10001000 1100100 10111

Color Harmonies of #00741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00741F

Black with #00741F

Text Example


Text Example

White with #00741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,116,31); }

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

background-color css

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

 a { background-color: rgb(0,116,31); }

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

border-color css

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

 span { border-color: rgb(0,116,31); }

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