Html Css Color HEX #007227 Crusoe

📋 copy color: '#007227'

red 0 ◦ green 114 ◦ blue 39

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

Shades of Crusoe #007227

Tints of Crusoe #007227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.49%

R = 0%
G = 74.51%
B = 25.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#007227 (or 0x007227) is known color: Crusoe. HEX triplet: 00, 72 and 27. RGB value is (0,114,39). Sum of RGB (Red+Green+Blue) = 0+114+39=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 114 (44.92% from 255 or 74.51% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 114 - color contains mainly: green. Hex color #007227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007227 is #FF8DD8. Grayscale: #474747. Windows color (decimal): -16747993 or 2585088. OLE color: 2585088.

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

Color convert

RGB 0 114 39 -
CMYK 1 0 0.66 0.55
HSL 140.53º 1% 0.22% -
HSV(B) 140.53º 1% 0.45% -
XYZ 6.38 12.18 3.93 -
YUV 71.36 109.73 77.1 -
System Red Green Blue C M Y K H S L
Decimal 0 114 39 1 0 0.66 0.55 140.53 1 0.22
Hex 0 72 27 64 0 42 37 8D 64 16
Octal 0 162 47 144 0 102 67 215 144 26
Binary 0 1110010 100111 1100100 0 1000010 110111 10001101 1100100 10110

Color Harmonies of #007227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007227

Black with #007227

Text Example


Text Example

White with #007227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007227; }

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

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

background-color css

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

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

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

border-color css

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

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

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