Html Css Color HEX #124D30 Zuccini

📋 copy color: '#124D30'

red 18 ◦ green 77 ◦ blue 48

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

Shades of Zuccini #124D30

Tints of Zuccini #124D30

RGB

 RED value IS 18 (7.42% from 255) = 12.59%

 GREEN value IS 77 (30.47% from 255) = 53.85%

 BLUE value IS 48 (19.14% from 255) = 33.57%

R = 12.59%
G = 53.85%
B = 33.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#124D30 (or 0x124D30) is known color: Zuccini. HEX triplet: 12, 4D and 30. RGB value is (18,77,48). Sum of RGB (Red+Green+Blue) = 18+77+48=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #124D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D30 is #EDB2CF. Grayscale: #383838. Windows color (decimal): -15577808 or 3165458. OLE color: 3165458.

HSL color Cylindrical-coordinate representation of color #124D30: hue angle of 150.51º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D30 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 48 -
CMYK 0.77 0 0.38 0.70
HSL 150.51º 0.62% 0.19% -
HSV(B) 150.51º 0.77% 0.3% -
XYZ 3.44 5.65 3.71 -
YUV 56.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 18 77 48 0.77 0 0.38 0.70 150.51 0.62 0.19
Hex 12 4D 30 4D 0 26 46 97 3E 13
Octal 22 115 60 115 0 46 106 227 76 23
Binary 10010 1001101 110000 1001101 0 100110 1000110 10010111 111110 10011

Color Harmonies of #124D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D30

Black with #124D30

Text Example


Text Example

White with #124D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D30; }

 p { color: rgb(18,77,48); }

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

background-color css

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

 a { background-color: rgb(18,77,48); }

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

border-color css

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

 span { border-color: rgb(18,77,48); }

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