Html Css Color HEX #265941 Green Pea

📋 copy color: '#265941'

red 38 ◦ green 89 ◦ blue 65

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

Shades of Green Pea #265941

Tints of Green Pea #265941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 19.79%
G = 46.35%
B = 33.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#265941 (or 0x265941) is known color: Green Pea. HEX triplet: 26, 59 and 41. RGB value is (38,89,65). Sum of RGB (Red+Green+Blue) = 38+89+65=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #265941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265941 is #D9A6BE. Grayscale: #474747. Windows color (decimal): -14263999 or 4282662. OLE color: 4282662.

HSL color Cylindrical-coordinate representation of color #265941: hue angle of 151.76º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265941 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 89 65 -
CMYK 0.57 0 0.27 0.65
HSL 151.76º 0.4% 0.25% -
HSV(B) 151.76º 0.57% 0.35% -
XYZ 5.33 7.94 6.25 -
YUV 71.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 38 89 65 0.57 0 0.27 0.65 151.76 0.4 0.25
Hex 26 59 41 39 0 1B 41 98 28 19
Octal 46 131 101 71 0 33 101 230 50 31
Binary 100110 1011001 1000001 111001 0 11011 1000001 10011000 101000 11001

Color Harmonies of #265941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265941

Black with #265941

Text Example


Text Example

White with #265941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265941; }

 p { color: rgb(38,89,65); }

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

background-color css

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

 a { background-color: rgb(38,89,65); }

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

border-color css

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

 span { border-color: rgb(38,89,65); }

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