Html Css Color HEX #26612A Parsley

📋 copy color: '#26612A'

red 38 ◦ green 97 ◦ blue 42

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

Shades of Parsley #26612A

Tints of Parsley #26612A

RGB

 RED value IS 38 (15.23% from 255) = 21.47%

 GREEN value IS 97 (38.28% from 255) = 54.8%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 21.47%
G = 54.8%
B = 23.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#26612A (or 0x26612A) is known color: Parsley. HEX triplet: 26, 61 and 2A. RGB value is (38,97,42). Sum of RGB (Red+Green+Blue) = 38+97+42=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #26612A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26612A is #D99ED5. Grayscale: #494949. Windows color (decimal): -14261974 or 2777382. OLE color: 2777382.

HSL color Cylindrical-coordinate representation of color #26612A: hue angle of 124.07º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26612A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 97 42 -
CMYK 0.61 0 0.57 0.62
HSL 124.07º 0.44% 0.26% -
HSV(B) 124.07º 0.61% 0.38% -
XYZ 5.49 9.13 3.66 -
YUV 73.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 38 97 42 0.61 0 0.57 0.62 124.07 0.44 0.26
Hex 26 61 2A 3D 0 39 3E 7C 2C 1A
Octal 46 141 52 75 0 71 76 174 54 32
Binary 100110 1100001 101010 111101 0 111001 111110 1111100 101100 11010

Color Harmonies of #26612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26612A

Black with #26612A

Text Example


Text Example

White with #26612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26612A; }

 p { color: rgb(38,97,42); }

 H1.HeaderClassName
 {
   color: #26612A;
 }
 .AnyTagClassName
 {
   color: #26612A;
 }
</style>

background-color css

<style>
 a { background-color: #26612A; }

 a { background-color: rgb(38,97,42); }

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

border-color css

<style>
 span { border-color: #26612A; }

 span { border-color: rgb(38,97,42); }

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