Html Css Color HEX #265D41 Green Pea

📋 copy color: '#265D41'

red 38 ◦ green 93 ◦ blue 65

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

Shades of Green Pea #265D41

Tints of Green Pea #265D41

RGB

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

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

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

R = 19.39%
G = 47.45%
B = 33.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#265D41 (or 0x265D41) is known color: Green Pea. HEX triplet: 26, 5D and 41. RGB value is (38,93,65). Sum of RGB (Red+Green+Blue) = 38+93+65=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #265D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D41 is #D9A2BE. Grayscale: #494949. Windows color (decimal): -14262975 or 4283686. OLE color: 4283686.

HSL color Cylindrical-coordinate representation of color #265D41: hue angle of 149.45º 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 #265D41 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 93 65 -
CMYK 0.59 0 0.30 0.64
HSL 149.45º 0.42% 0.26% -
HSV(B) 149.45º 0.59% 0.36% -
XYZ 5.67 8.62 6.37 -
YUV 73.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 38 93 65 0.59 0 0.30 0.64 149.45 0.42 0.26
Hex 26 5D 41 3B 0 1E 40 95 2A 1A
Octal 46 135 101 73 0 36 100 225 52 32
Binary 100110 1011101 1000001 111011 0 11110 1000000 10010101 101010 11010

Color Harmonies of #265D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D41

Black with #265D41

Text Example


Text Example

White with #265D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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