Html Css Color HEX #12130A Green Waterloo

📋 copy color: '#12130A'

red 18 ◦ green 19 ◦ blue 10

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

Shades of Green Waterloo #12130A

Tints of Green Waterloo #12130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 40.43%

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 38.3%
G = 40.43%
B = 21.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#12130A (or 0x12130A) is known color: Green Waterloo. HEX triplet: 12, 13 and 0A. RGB value is (18,19,10). Sum of RGB (Red+Green+Blue) = 18+19+10=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #12130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130A is #EDECF5. Grayscale: #111111. Windows color (decimal): -15592694 or 660242. OLE color: 660242.

HSL color Cylindrical-coordinate representation of color #12130A: hue angle of 66.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #12130A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 19 10 -
CMYK 0.05 0 0.47 0.93
HSL 66.67º 0.31% 0.06% -
HSV(B) 66.67º 0.47% 0.07% -
XYZ 0.54 0.62 0.38 -
YUV 17.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 18 19 10 0.05 0 0.47 0.93 66.67 0.31 0.06
Hex 12 13 A 5 0 2F 5D 43 1F 6
Octal 22 23 12 5 0 57 135 103 37 6
Binary 10010 10011 1010 101 0 101111 1011101 1000011 11111 110

Color Harmonies of #12130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12130A

Black with #12130A

Text Example


Text Example

White with #12130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12130A; }

 p { color: rgb(18,19,10); }

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

background-color css

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

 a { background-color: rgb(18,19,10); }

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

border-color css

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

 span { border-color: rgb(18,19,10); }

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