Html Css Color HEX #265D2E Parsley

📋 copy color: '#265D2E'

red 38 ◦ green 93 ◦ blue 46

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

Shades of Parsley #265D2E

Tints of Parsley #265D2E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.54%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 21.47%
G = 52.54%
B = 25.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#265D2E (or 0x265D2E) is known color: Parsley. HEX triplet: 26, 5D and 2E. RGB value is (38,93,46). Sum of RGB (Red+Green+Blue) = 38+93+46=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #265D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D2E is #D9A2D1. Grayscale: #474747. Windows color (decimal): -14262994 or 3038502. OLE color: 3038502.

HSL color Cylindrical-coordinate representation of color #265D2E: hue angle of 128.73º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D2E is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 93 46 -
CMYK 0.59 0 0.51 0.64
HSL 128.73º 0.42% 0.26% -
HSV(B) 128.73º 0.59% 0.36% -
XYZ 5.21 8.44 3.94 -
YUV 71.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 38 93 46 0.59 0 0.51 0.64 128.73 0.42 0.26
Hex 26 5D 2E 3B 0 33 40 81 2A 1A
Octal 46 135 56 73 0 63 100 201 52 32
Binary 100110 1011101 101110 111011 0 110011 1000000 10000001 101010 11010

Color Harmonies of #265D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D2E

Black with #265D2E

Text Example


Text Example

White with #265D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265D2E; }

 p { color: rgb(38,93,46); }

 H1.HeaderClassName
 {
   color: #265D2E;
 }
 .AnyTagClassName
 {
   color: #265D2E;
 }
</style>

background-color css

<style>
 a { background-color: #265D2E; }

 a { background-color: rgb(38,93,46); }

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

border-color css

<style>
 span { border-color: #265D2E; }

 span { border-color: rgb(38,93,46); }

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