Html Css Color HEX #007025 Crusoe

📋 copy color: '#007025'

red 0 ◦ green 112 ◦ blue 37

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

Shades of Crusoe #007025

Tints of Crusoe #007025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 0%
G = 75.17%
B = 24.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#007025 (or 0x007025) is known color: Crusoe. HEX triplet: 00, 70 and 25. RGB value is (0,112,37). Sum of RGB (Red+Green+Blue) = 0+112+37=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #007025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007025 is #FF8FDA. Grayscale: #464646. Windows color (decimal): -16748507 or 2453504. OLE color: 2453504.

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

Color convert

RGB 0 112 37 -
CMYK 1 0 0.67 0.56
HSL 139.82º 1% 0.22% -
HSV(B) 139.82º 1% 0.44% -
XYZ 6.13 11.72 3.69 -
YUV 69.96 109.39 78.1 -
System Red Green Blue C M Y K H S L
Decimal 0 112 37 1 0 0.67 0.56 139.82 1 0.22
Hex 0 70 25 64 0 43 38 8C 64 16
Octal 0 160 45 144 0 103 70 214 144 26
Binary 0 1110000 100101 1100100 0 1000011 111000 10001100 1100100 10110

Color Harmonies of #007025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007025

Black with #007025

Text Example


Text Example

White with #007025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007025; }

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

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

background-color css

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

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

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

border-color css

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

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

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