Html Css Color HEX #008228 Camarone

📋 copy color: '#008228'

red 0 ◦ green 130 ◦ blue 40

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

Shades of Camarone #008228

Tints of Camarone #008228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 76.47%

 BLUE value IS 40 (16.02% from 255) = 23.53%

R = 0%
G = 76.47%
B = 23.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#008228 (or 0x008228) is known color: Camarone. HEX triplet: 00, 82 and 28. RGB value is (0,130,40). Sum of RGB (Red+Green+Blue) = 0+130+40=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 130 (51.17% from 255 or 76.47% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 130 - color contains mainly: green. Hex color #008228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008228 is #FF7DD7. Grayscale: #515151. Windows color (decimal): -16743896 or 2654720. OLE color: 2654720.

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

Color convert

RGB 0 130 40 -
CMYK 1 0 0.69 0.49
HSL 138.46º 1% 0.25% -
HSV(B) 138.46º 1% 0.51% -
XYZ 8.37 16.12 4.68 -
YUV 80.87 104.93 70.32 -
System Red Green Blue C M Y K H S L
Decimal 0 130 40 1 0 0.69 0.49 138.46 1 0.25
Hex 0 82 28 64 0 45 31 8A 64 19
Octal 0 202 50 144 0 105 61 212 144 31
Binary 0 10000010 101000 1100100 0 1000101 110001 10001010 1100100 11001

Color Harmonies of #008228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008228

Black with #008228

Text Example


Text Example

White with #008228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008228; }

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

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

background-color css

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

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

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

border-color css

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

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

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