Html Css Color HEX #265D3D Green Pea

📋 copy color: '#265D3D'

red 38 ◦ green 93 ◦ blue 61

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

Shades of Green Pea #265D3D

Tints of Green Pea #265D3D

RGB

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

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

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

R = 19.79%
G = 48.44%
B = 31.77%

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

#265D3D (or 0x265D3D) is known color: Green Pea. HEX triplet: 26, 5D and 3D. RGB value is (38,93,61). Sum of RGB (Red+Green+Blue) = 38+93+61=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #265D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D3D is #D9A2C2. Grayscale: #484848. Windows color (decimal): -14262979 or 4021542. OLE color: 4021542.

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

Color convert

RGB 38 93 61 -
CMYK 0.59 0 0.34 0.64
HSL 145.09º 0.42% 0.26% -
HSV(B) 145.09º 0.59% 0.36% -
XYZ 5.56 8.58 5.78 -
YUV 72.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 38 93 61 0.59 0 0.34 0.64 145.09 0.42 0.26
Hex 26 5D 3D 3B 0 22 40 91 2A 1A
Octal 46 135 75 73 0 42 100 221 52 32
Binary 100110 1011101 111101 111011 0 100010 1000000 10010001 101010 11010

Color Harmonies of #265D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D3D

Black with #265D3D

Text Example


Text Example

White with #265D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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