Html Css Color HEX #007226 Crusoe

📋 copy color: '#007226'

red 0 ◦ green 114 ◦ blue 38

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

Shades of Crusoe #007226

Tints of Crusoe #007226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75%

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

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#007226 (or 0x007226) is known color: Crusoe. HEX triplet: 00, 72 and 26. RGB value is (0,114,38). Sum of RGB (Red+Green+Blue) = 0+114+38=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #007226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007226 is #FF8DD9. Grayscale: #474747. Windows color (decimal): -16747994 or 2519552. OLE color: 2519552.

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

Color convert

RGB 0 114 38 -
CMYK 1 0 0.67 0.55
HSL 140º 1% 0.22% -
HSV(B) 140º 1% 0.45% -
XYZ 6.37 12.17 3.85 -
YUV 71.25 109.23 77.18 -
System Red Green Blue C M Y K H S L
Decimal 0 114 38 1 0 0.67 0.55 140 1 0.22
Hex 0 72 26 64 0 43 37 8C 64 16
Octal 0 162 46 144 0 103 67 214 144 26
Binary 0 1110010 100110 1100100 0 1000011 110111 10001100 1100100 10110

Color Harmonies of #007226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007226

Black with #007226

Text Example


Text Example

White with #007226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007226; }

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

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

background-color css

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

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

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

border-color css

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

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

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