Html Css Color HEX #26602F Parsley

📋 copy color: '#26602F'

red 38 ◦ green 96 ◦ blue 47

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

Shades of Parsley #26602F

Tints of Parsley #26602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.04%

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

R = 20.99%
G = 53.04%
B = 25.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#26602F (or 0x26602F) is known color: Parsley. HEX triplet: 26, 60 and 2F. RGB value is (38,96,47). Sum of RGB (Red+Green+Blue) = 38+96+47=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #26602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26602F is #D99FD0. Grayscale: #494949. Windows color (decimal): -14262225 or 3104806. OLE color: 3104806.

HSL color Cylindrical-coordinate representation of color #26602F: hue angle of 129.31º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26602F is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 96 47 -
CMYK 0.60 0 0.51 0.62
HSL 129.31º 0.43% 0.26% -
HSV(B) 129.31º 0.6% 0.38% -
XYZ 5.5 8.98 4.13 -
YUV 73.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 38 96 47 0.60 0 0.51 0.62 129.31 0.43 0.26
Hex 26 60 2F 3C 0 33 3E 81 2B 1A
Octal 46 140 57 74 0 63 76 201 53 32
Binary 100110 1100000 101111 111100 0 110011 111110 10000001 101011 11010

Color Harmonies of #26602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26602F

Black with #26602F

Text Example


Text Example

White with #26602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26602F; }

 p { color: rgb(38,96,47); }

 H1.HeaderClassName
 {
   color: #26602F;
 }
 .AnyTagClassName
 {
   color: #26602F;
 }
</style>

background-color css

<style>
 a { background-color: #26602F; }

 a { background-color: rgb(38,96,47); }

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

border-color css

<style>
 span { border-color: #26602F; }

 span { border-color: rgb(38,96,47); }

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