Html Css Color HEX #1D6B01 Green

📋 copy color: '#1D6B01'

red 29 ◦ green 107 ◦ blue 1

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

Shades of Green #1D6B01

Tints of Green #1D6B01

RGB

 RED value IS 29 (11.72% from 255) = 21.17%

 GREEN value IS 107 (42.19% from 255) = 78.1%

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

R = 21.17%
G = 78.1%
B = 0.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#1D6B01 (or 0x1D6B01) is known color: Green. HEX triplet: 1D, 6B and 01. RGB value is (29,107,1). Sum of RGB (Red+Green+Blue) = 29+107+1=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 107 (42.19% from 255 or 78.10% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6B01 is #E294FE. Grayscale: #474747. Windows color (decimal): -14849279 or 92957. OLE color: 92957.

HSL color Cylindrical-coordinate representation of color #1D6B01: hue angle of 104.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D6B01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 107 1 -
CMYK 0.73 0 0.99 0.58
HSL 104.15º 0.98% 0.21% -
HSV(B) 104.15º 0.99% 0.42% -
XYZ 5.77 10.78 1.81 -
YUV 71.59 88.16 97.62 -
System Red Green Blue C M Y K H S L
Decimal 29 107 1 0.73 0 0.99 0.58 104.15 0.98 0.21
Hex 1D 6B 1 49 0 63 3A 68 62 15
Octal 35 153 1 111 0 143 72 150 142 25
Binary 11101 1101011 1 1001001 0 1100011 111010 1101000 1100010 10101

Color Harmonies of #1D6B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B01

Black with #1D6B01

Text Example


Text Example

White with #1D6B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,107,1); }

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

background-color css

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

 a { background-color: rgb(29,107,1); }

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

border-color css

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

 span { border-color: rgb(29,107,1); }

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