Html Css Color HEX #1F7D37 Camarone

📋 copy color: '#1F7D37'

red 31 ◦ green 125 ◦ blue 55

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

Shades of Camarone #1F7D37

Tints of Camarone #1F7D37

RGB

 RED value IS 31 (12.5% from 255) = 14.69%

 GREEN value IS 125 (49.22% from 255) = 59.24%

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 14.69%
G = 59.24%
B = 26.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#1F7D37 (or 0x1F7D37) is known color: Camarone. HEX triplet: 1F, 7D and 37. RGB value is (31,125,55). Sum of RGB (Red+Green+Blue) = 31+125+55=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7D37 is #E082C8. Grayscale: #595959. Windows color (decimal): -14713545 or 3636511. OLE color: 3636511.

HSL color Cylindrical-coordinate representation of color #1F7D37: hue angle of 135.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D37 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 125 55 -
CMYK 0.75 0 0.56 0.51
HSL 135.32º 0.6% 0.31% -
HSV(B) 135.32º 0.75% 0.49% -
XYZ 8.59 15.23 6.1 -
YUV 88.91 108.86 86.69 -
System Red Green Blue C M Y K H S L
Decimal 31 125 55 0.75 0 0.56 0.51 135.32 0.6 0.31
Hex 1F 7D 37 4B 0 38 33 87 3C 1F
Octal 37 175 67 113 0 70 63 207 74 37
Binary 11111 1111101 110111 1001011 0 111000 110011 10000111 111100 11111

Color Harmonies of #1F7D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7D37

Black with #1F7D37

Text Example


Text Example

White with #1F7D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7D37; }

 p { color: rgb(31,125,55); }

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

background-color css

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

 a { background-color: rgb(31,125,55); }

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

border-color css

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

 span { border-color: rgb(31,125,55); }

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