Html Css Color HEX #007628 Crusoe

📋 copy color: '#007628'

red 0 ◦ green 118 ◦ blue 40

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

Shades of Crusoe #007628

Tints of Crusoe #007628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 74.68%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 0%
G = 74.68%
B = 25.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#007628 (or 0x007628) is known color: Crusoe. HEX triplet: 00, 76 and 28. RGB value is (0,118,40). Sum of RGB (Red+Green+Blue) = 0+118+40=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #007628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007628 is #FF89D7. Grayscale: #4A4A4A. Windows color (decimal): -16746968 or 2651648. OLE color: 2651648.

HSL color Cylindrical-coordinate representation of color #007628: hue angle of 140.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007628 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 40 -
CMYK 1 0 0.66 0.54
HSL 140.34º 1% 0.23% -
HSV(B) 140.34º 1% 0.46% -
XYZ 6.86 13.11 4.18 -
YUV 73.83 108.91 75.34 -
System Red Green Blue C M Y K H S L
Decimal 0 118 40 1 0 0.66 0.54 140.34 1 0.23
Hex 0 76 28 64 0 42 36 8C 64 17
Octal 0 166 50 144 0 102 66 214 144 27
Binary 0 1110110 101000 1100100 0 1000010 110110 10001100 1100100 10111

Color Harmonies of #007628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007628

Black with #007628

Text Example


Text Example

White with #007628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007628; }

 p { color: rgb(0,118,40); }

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

background-color css

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

 a { background-color: rgb(0,118,40); }

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

border-color css

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

 span { border-color: rgb(0,118,40); }

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