Html Css Color HEX #195A2F Crusoe

📋 copy color: '#195A2F'

red 25 ◦ green 90 ◦ blue 47

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

Shades of Crusoe #195A2F

Tints of Crusoe #195A2F

RGB

 RED value IS 25 (10.16% from 255) = 15.43%

 GREEN value IS 90 (35.55% from 255) = 55.56%

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

R = 15.43%
G = 55.56%
B = 29.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#195A2F (or 0x195A2F) is known color: Crusoe. HEX triplet: 19, 5A and 2F. RGB value is (25,90,47). Sum of RGB (Red+Green+Blue) = 25+90+47=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #195A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A2F is #E6A5D0. Grayscale: #414141. Windows color (decimal): -15115729 or 3103257. OLE color: 3103257.

HSL color Cylindrical-coordinate representation of color #195A2F: hue angle of 140.31º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A2F is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 90 47 -
CMYK 0.72 0 0.48 0.65
HSL 140.31º 0.57% 0.23% -
HSV(B) 140.31º 0.72% 0.35% -
XYZ 4.57 7.72 3.94 -
YUV 65.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 25 90 47 0.72 0 0.48 0.65 140.31 0.57 0.23
Hex 19 5A 2F 48 0 30 41 8C 39 17
Octal 31 132 57 110 0 60 101 214 71 27
Binary 11001 1011010 101111 1001000 0 110000 1000001 10001100 111001 10111

Color Harmonies of #195A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A2F

Black with #195A2F

Text Example


Text Example

White with #195A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A2F; }

 p { color: rgb(25,90,47); }

 H1.HeaderClassName
 {
   color: #195A2F;
 }
 .AnyTagClassName
 {
   color: #195A2F;
 }
</style>

background-color css

<style>
 a { background-color: #195A2F; }

 a { background-color: rgb(25,90,47); }

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

border-color css

<style>
 span { border-color: #195A2F; }

 span { border-color: rgb(25,90,47); }

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