Html Css Color HEX #137B2F Camarone

📋 copy color: '#137B2F'

red 19 ◦ green 123 ◦ blue 47

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

Shades of Camarone #137B2F

Tints of Camarone #137B2F

RGB

 RED value IS 19 (7.81% from 255) = 10.05%

 GREEN value IS 123 (48.44% from 255) = 65.08%

 BLUE value IS 47 (18.75% from 255) = 24.87%

R = 10.05%
G = 65.08%
B = 24.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#137B2F (or 0x137B2F) is known color: Camarone. HEX triplet: 13, 7B and 2F. RGB value is (19,123,47). Sum of RGB (Red+Green+Blue) = 19+123+47=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 123 (48.44% from 255 or 65.08% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 123 - color contains mainly: green. Hex color #137B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B2F is #EC84D0. Grayscale: #535353. Windows color (decimal): -15500497 or 3111699. OLE color: 3111699.

HSL color Cylindrical-coordinate representation of color #137B2F: hue angle of 136.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B2F is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 47 -
CMYK 0.85 0 0.62 0.52
HSL 136.15º 0.73% 0.28% -
HSV(B) 136.15º 0.85% 0.48% -
XYZ 7.86 14.51 5.08 -
YUV 83.24 107.54 82.18 -
System Red Green Blue C M Y K H S L
Decimal 19 123 47 0.85 0 0.62 0.52 136.15 0.73 0.28
Hex 13 7B 2F 55 0 3E 34 88 49 1C
Octal 23 173 57 125 0 76 64 210 111 34
Binary 10011 1111011 101111 1010101 0 111110 110100 10001000 1001001 11100

Color Harmonies of #137B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B2F

Black with #137B2F

Text Example


Text Example

White with #137B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B2F; }

 p { color: rgb(19,123,47); }

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

background-color css

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

 a { background-color: rgb(19,123,47); }

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

border-color css

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

 span { border-color: rgb(19,123,47); }

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