Html Css Color HEX #193A01 Pine Tree

📋 copy color: '#193A01'

red 25 ◦ green 58 ◦ blue 1

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

Shades of Pine Tree #193A01

Tints of Pine Tree #193A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 69.05%

 BLUE value IS 1 (0.78% from 255) = 1.19%

R = 29.76%
G = 69.05%
B = 1.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#193A01 (or 0x193A01) is known color: Pine Tree. HEX triplet: 19, 3A and 01. RGB value is (25,58,1). Sum of RGB (Red+Green+Blue) = 25+58+1=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #193A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193A01 is #E6C5FE. Grayscale: #292929. Windows color (decimal): -15123967 or 80409. OLE color: 80409.

HSL color Cylindrical-coordinate representation of color #193A01: hue angle of 94.74º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #193A01 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 58 1 -
CMYK 0.57 0 0.98 0.77
HSL 94.74º 0.97% 0.12% -
HSV(B) 94.74º 0.98% 0.23% -
XYZ 1.92 3.23 0.55 -
YUV 41.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 25 58 1 0.57 0 0.98 0.77 94.74 0.97 0.12
Hex 19 3A 1 39 0 62 4D 5F 61 C
Octal 31 72 1 71 0 142 115 137 141 14
Binary 11001 111010 1 111001 0 1100010 1001101 1011111 1100001 1100

Color Harmonies of #193A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A01

Black with #193A01

Text Example


Text Example

White with #193A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193A01; }

 p { color: rgb(25,58,1); }

 H1.HeaderClassName
 {
   color: #193A01;
 }
 .AnyTagClassName
 {
   color: #193A01;
 }
</style>

background-color css

<style>
 a { background-color: #193A01; }

 a { background-color: rgb(25,58,1); }

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

border-color css

<style>
 span { border-color: #193A01; }

 span { border-color: rgb(25,58,1); }

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