Html Css Color HEX #008026 Camarone

📋 copy color: '#008026'

red 0 ◦ green 128 ◦ blue 38

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

Shades of Camarone #008026

Tints of Camarone #008026

RGB

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

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

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

R = 0%
G = 77.11%
B = 22.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#008026 (or 0x008026) is known color: Camarone. HEX triplet: 00, 80 and 26. RGB value is (0,128,38). Sum of RGB (Red+Green+Blue) = 0+128+38=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 128 (50.39% from 255 or 77.11% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 128 - color contains mainly: green. Hex color #008026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008026 is #FF7FD9. Grayscale: #4F4F4F. Windows color (decimal): -16744410 or 2523136. OLE color: 2523136.

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

Color convert

RGB 0 128 38 -
CMYK 1 0 0.70 0.50
HSL 137.81º 1% 0.25% -
HSV(B) 137.81º 1% 0.5% -
XYZ 8.07 15.58 4.42 -
YUV 79.47 104.59 71.32 -
System Red Green Blue C M Y K H S L
Decimal 0 128 38 1 0 0.70 0.50 137.81 1 0.25
Hex 0 80 26 64 0 46 32 8A 64 19
Octal 0 200 46 144 0 106 62 212 144 31
Binary 0 10000000 100110 1100100 0 1000110 110010 10001010 1100100 11001

Color Harmonies of #008026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008026

Black with #008026

Text Example


Text Example

White with #008026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008026; }

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

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

background-color css

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

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

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

border-color css

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

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

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