Html Css Color HEX #007026 Crusoe

📋 copy color: '#007026'

red 0 ◦ green 112 ◦ blue 38

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

Shades of Crusoe #007026

Tints of Crusoe #007026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.33%

R = 0%
G = 74.67%
B = 25.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#007026 (or 0x007026) is known color: Crusoe. HEX triplet: 00, 70 and 26. RGB value is (0,112,38). Sum of RGB (Red+Green+Blue) = 0+112+38=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #007026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007026 is #FF8FD9. Grayscale: #464646. Windows color (decimal): -16748506 or 2519040. OLE color: 2519040.

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

Color convert

RGB 0 112 38 -
CMYK 1 0 0.66 0.56
HSL 140.36º 1% 0.22% -
HSV(B) 140.36º 1% 0.44% -
XYZ 6.14 11.73 3.77 -
YUV 70.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 0 112 38 1 0 0.66 0.56 140.36 1 0.22
Hex 0 70 26 64 0 42 38 8C 64 16
Octal 0 160 46 144 0 102 70 214 144 26
Binary 0 1110000 100110 1100100 0 1000010 111000 10001100 1100100 10110

Color Harmonies of #007026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007026

Black with #007026

Text Example


Text Example

White with #007026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007026; }

 p { color: rgb(0,112,38); }

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

background-color css

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

 a { background-color: rgb(0,112,38); }

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

border-color css

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

 span { border-color: rgb(0,112,38); }

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