Html Css Color HEX #265C41 Green Pea

📋 copy color: '#265C41'

red 38 ◦ green 92 ◦ blue 65

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

Shades of Green Pea #265C41

Tints of Green Pea #265C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.18%

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

R = 19.49%
G = 47.18%
B = 33.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#265C41 (or 0x265C41) is known color: Green Pea. HEX triplet: 26, 5C and 41. RGB value is (38,92,65). Sum of RGB (Red+Green+Blue) = 38+92+65=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #265C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C41 is #D9A3BE. Grayscale: #484848. Windows color (decimal): -14263231 or 4283430. OLE color: 4283430.

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

Color convert

RGB 38 92 65 -
CMYK 0.59 0 0.29 0.64
HSL 150º 0.42% 0.25% -
HSV(B) 150º 0.59% 0.36% -
XYZ 5.58 8.45 6.34 -
YUV 72.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 38 92 65 0.59 0 0.29 0.64 150 0.42 0.25
Hex 26 5C 41 3B 0 1D 40 96 2A 19
Octal 46 134 101 73 0 35 100 226 52 31
Binary 100110 1011100 1000001 111011 0 11101 1000000 10010110 101010 11001

Color Harmonies of #265C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C41

Black with #265C41

Text Example


Text Example

White with #265C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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