Html Css Color HEX #008227 Camarone

📋 copy color: '#008227'

red 0 ◦ green 130 ◦ blue 39

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

Shades of Camarone #008227

Tints of Camarone #008227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 0%
G = 76.92%
B = 23.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#008227 (or 0x008227) is known color: Camarone. HEX triplet: 00, 82 and 27. RGB value is (0,130,39). Sum of RGB (Red+Green+Blue) = 0+130+39=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #008227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008227 is #FF7DD8. Grayscale: #505050. Windows color (decimal): -16743897 or 2589184. OLE color: 2589184.

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

Color convert

RGB 0 130 39 -
CMYK 1 0 0.70 0.49
HSL 138º 1% 0.25% -
HSV(B) 138º 1% 0.51% -
XYZ 8.35 16.11 4.59 -
YUV 80.76 104.43 70.4 -
System Red Green Blue C M Y K H S L
Decimal 0 130 39 1 0 0.70 0.49 138 1 0.25
Hex 0 82 27 64 0 46 31 8A 64 19
Octal 0 202 47 144 0 106 61 212 144 31
Binary 0 10000010 100111 1100100 0 1000110 110001 10001010 1100100 11001

Color Harmonies of #008227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008227

Black with #008227

Text Example


Text Example

White with #008227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008227; }

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

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

background-color css

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

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

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

border-color css

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

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

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