Html Css Color HEX #017A24 Camarone

📋 copy color: '#017A24'

red 1 ◦ green 122 ◦ blue 36

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

Shades of Camarone #017A24

Tints of Camarone #017A24

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 122 (48.05% from 255) = 76.73%

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 0.63%
G = 76.73%
B = 22.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#017A24 (or 0x017A24) is known color: Camarone. HEX triplet: 01, 7A and 24. RGB value is (1,122,36). Sum of RGB (Red+Green+Blue) = 1+122+36=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 122 (48.05% from 255 or 76.73% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 122 - color contains mainly: green. Hex color #017A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A24 is #FE85DB. Grayscale: #4C4C4C. Windows color (decimal): -16680412 or 2390529. OLE color: 2390529.

HSL color Cylindrical-coordinate representation of color #017A24: hue angle of 137.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A24 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 36 -
CMYK 0.99 0 0.70 0.52
HSL 137.36º 0.98% 0.24% -
HSV(B) 137.36º 0.99% 0.48% -
XYZ 7.29 14.05 4 -
YUV 76.02 105.41 74.49 -
System Red Green Blue C M Y K H S L
Decimal 1 122 36 0.99 0 0.70 0.52 137.36 0.98 0.24
Hex 1 7A 24 63 0 46 34 89 62 18
Octal 1 172 44 143 0 106 64 211 142 30
Binary 1 1111010 100100 1100011 0 1000110 110100 10001001 1100010 11000

Color Harmonies of #017A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A24

Black with #017A24

Text Example


Text Example

White with #017A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017A24; }

 p { color: rgb(1,122,36); }

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

background-color css

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

 a { background-color: rgb(1,122,36); }

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

border-color css

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

 span { border-color: rgb(1,122,36); }

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