#00782B

Color #00782B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #00782B

Tints of Crusoe #00782B

Color information

#00782B (or 0x00782B) is unknown color: approx Crusoe. HEX triplet: 00, 78 and 2B. RGB value is (0,120,43). Sum of RGB (Red+Green+Blue) = 0+120+43=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 120 (47.27% from 255 or 73.62% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 120 - color contains mainly: green. Hex color #00782B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00782B is #FF87D4. Grayscale: #4B4B4B. Windows color (decimal): -16746453 or 2848768. OLE color: 2848768.

HSL color Cylindrical-coordinate representation of color #00782B: hue angle of 141.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00782B is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB012043-
CMYK100.640.53
HSL141.5º100%23.53%-
HSV(B)141.5º100%47.06%-
XYZ7.1513.614.54-
YUV75.34109.7474.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 73.62%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=0%
G=73.62%
B=26.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012043100.640.53141.510023.53
Hex0782B64040358e6418
Octal01705314401006521614430
Binary0111100010101111001000100000011010110001110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00782B; }

 p { color: rgb(0,120,43); }

 H1.HeaderClassName
 {
   color: #00782B;
 }
 .AnyTagClassName
 {
   color: #00782B;
 }
</style>
background-color css

<style>
 a { background-color: #00782B; }

 a { background-color: rgb(0,120,43); }

 div.DivClassName
 {
   background-color: #00782B;
 }
 .BgClassName
 {
   background-color: #00782B;
 }
</style>
border-color css

<style>
 span { border-color: #00782B; }

 span { border-color: rgb(0,120,43); }

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