Html Css Color HEX #265C3D Green Pea

📋 copy color: '#265C3D'

red 38 ◦ green 92 ◦ blue 61

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

Shades of Green Pea #265C3D

Tints of Green Pea #265C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.94%

R = 19.9%
G = 48.17%
B = 31.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#265C3D (or 0x265C3D) is known color: Green Pea. HEX triplet: 26, 5C and 3D. RGB value is (38,92,61). Sum of RGB (Red+Green+Blue) = 38+92+61=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #265C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C3D is #D9A3C2. Grayscale: #484848. Windows color (decimal): -14263235 or 4021286. OLE color: 4021286.

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

Color convert

RGB 38 92 61 -
CMYK 0.59 0 0.34 0.64
HSL 145.56º 0.42% 0.25% -
HSV(B) 145.56º 0.59% 0.36% -
XYZ 5.47 8.4 5.75 -
YUV 72.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 38 92 61 0.59 0 0.34 0.64 145.56 0.42 0.25
Hex 26 5C 3D 3B 0 22 40 92 2A 19
Octal 46 134 75 73 0 42 100 222 52 31
Binary 100110 1011100 111101 111011 0 100010 1000000 10010010 101010 11001

Color Harmonies of #265C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C3D

Black with #265C3D

Text Example


Text Example

White with #265C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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