Html Css Color HEX #00742C Crusoe

📋 copy color: '#00742C'

red 0 ◦ green 116 ◦ blue 44

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

Shades of Crusoe #00742C

Tints of Crusoe #00742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.5%

R = 0%
G = 72.5%
B = 27.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#00742C (or 0x00742C) is known color: Crusoe. HEX triplet: 00, 74 and 2C. RGB value is (0,116,44). Sum of RGB (Red+Green+Blue) = 0+116+44=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #00742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00742C is #FF8BD3. Grayscale: #494949. Windows color (decimal): -16747476 or 2913280. OLE color: 2913280.

HSL color Cylindrical-coordinate representation of color #00742C: hue angle of 142.76º 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 #00742C is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 116 44 -
CMYK 1 0 0.62 0.55
HSL 142.76º 1% 0.23% -
HSV(B) 142.76º 1% 0.45% -
XYZ 6.7 12.67 4.48 -
YUV 73.11 111.57 75.85 -
System Red Green Blue C M Y K H S L
Decimal 0 116 44 1 0 0.62 0.55 142.76 1 0.23
Hex 0 74 2C 64 0 3E 37 8F 64 17
Octal 0 164 54 144 0 76 67 217 144 27
Binary 0 1110100 101100 1100100 0 111110 110111 10001111 1100100 10111

Color Harmonies of #00742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00742C

Black with #00742C

Text Example


Text Example

White with #00742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00742C; }

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

 H1.HeaderClassName
 {
   color: #00742C;
 }
 .AnyTagClassName
 {
   color: #00742C;
 }
</style>

background-color css

<style>
 a { background-color: #00742C; }

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

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

border-color css

<style>
 span { border-color: #00742C; }

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

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