Html Css Color HEX #008028 Camarone

📋 copy color: '#008028'

red 0 ◦ green 128 ◦ blue 40

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

Shades of Camarone #008028

Tints of Camarone #008028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 76.19%

 BLUE value IS 40 (16.02% 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.50

RGB Variations

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

Color information

#008028 (or 0x008028) is known color: Camarone. HEX triplet: 00, 80 and 28. RGB value is (0,128,40). Sum of RGB (Red+Green+Blue) = 0+128+40=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #008028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008028 is #FF7FD7. Grayscale: #4F4F4F. Windows color (decimal): -16744408 or 2654208. OLE color: 2654208.

HSL color Cylindrical-coordinate representation of color #008028: hue angle of 138.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008028 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 40 -
CMYK 1 0 0.69 0.50
HSL 138.75º 1% 0.25% -
HSV(B) 138.75º 1% 0.5% -
XYZ 8.1 15.59 4.59 -
YUV 79.7 105.59 71.16 -
System Red Green Blue C M Y K H S L
Decimal 0 128 40 1 0 0.69 0.50 138.75 1 0.25
Hex 0 80 28 64 0 45 32 8B 64 19
Octal 0 200 50 144 0 105 62 213 144 31
Binary 0 10000000 101000 1100100 0 1000101 110010 10001011 1100100 11001

Color Harmonies of #008028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008028

Black with #008028

Text Example


Text Example

White with #008028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008028; }

 p { color: rgb(0,128,40); }

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

background-color css

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

 a { background-color: rgb(0,128,40); }

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

border-color css

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

 span { border-color: rgb(0,128,40); }

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