Html Css Color HEX #007023 Crusoe

📋 copy color: '#007023'

red 0 ◦ green 112 ◦ blue 35

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

Shades of Crusoe #007023

Tints of Crusoe #007023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 0%
G = 76.19%
B = 23.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#007023 (or 0x007023) is known color: Crusoe. HEX triplet: 00, 70 and 23. RGB value is (0,112,35). Sum of RGB (Red+Green+Blue) = 0+112+35=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #007023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007023 is #FF8FDC. Grayscale: #454545. Windows color (decimal): -16748509 or 2322432. OLE color: 2322432.

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

Color convert

RGB 0 112 35 -
CMYK 1 0 0.69 0.56
HSL 138.75º 1% 0.22% -
HSV(B) 138.75º 1% 0.44% -
XYZ 6.1 11.71 3.53 -
YUV 69.73 108.39 78.26 -
System Red Green Blue C M Y K H S L
Decimal 0 112 35 1 0 0.69 0.56 138.75 1 0.22
Hex 0 70 23 64 0 45 38 8B 64 16
Octal 0 160 43 144 0 105 70 213 144 26
Binary 0 1110000 100011 1100100 0 1000101 111000 10001011 1100100 10110

Color Harmonies of #007023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007023

Black with #007023

Text Example


Text Example

White with #007023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007023; }

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

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

background-color css

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

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

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

border-color css

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

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

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