Html Css Color HEX #265E41 Green Pea

📋 copy color: '#265E41'

red 38 ◦ green 94 ◦ blue 65

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

Shades of Green Pea #265E41

Tints of Green Pea #265E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.72%

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

R = 19.29%
G = 47.72%
B = 32.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#265E41 (or 0x265E41) is known color: Green Pea. HEX triplet: 26, 5E and 41. RGB value is (38,94,65). Sum of RGB (Red+Green+Blue) = 38+94+65=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #265E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E41 is #D9A1BE. Grayscale: #4A4A4A. Windows color (decimal): -14262719 or 4283942. OLE color: 4283942.

HSL color Cylindrical-coordinate representation of color #265E41: hue angle of 148.93º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E41 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 94 65 -
CMYK 0.60 0 0.31 0.63
HSL 148.93º 0.42% 0.26% -
HSV(B) 148.93º 0.6% 0.37% -
XYZ 5.76 8.8 6.4 -
YUV 73.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 38 94 65 0.60 0 0.31 0.63 148.93 0.42 0.26
Hex 26 5E 41 3C 0 1F 3F 95 2A 1A
Octal 46 136 101 74 0 37 77 225 52 32
Binary 100110 1011110 1000001 111100 0 11111 111111 10010101 101010 11010

Color Harmonies of #265E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E41

Black with #265E41

Text Example


Text Example

White with #265E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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