Html Css Color HEX #265A42 Green Pea

📋 copy color: '#265A42'

red 38 ◦ green 90 ◦ blue 66

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

Shades of Green Pea #265A42

Tints of Green Pea #265A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.39%

 BLUE value IS 66 (26.17% from 255) = 34.02%

R = 19.59%
G = 46.39%
B = 34.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#265A42 (or 0x265A42) is known color: Green Pea. HEX triplet: 26, 5A and 42. RGB value is (38,90,66). Sum of RGB (Red+Green+Blue) = 38+90+66=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #265A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A42 is #D9A5BD. Grayscale: #474747. Windows color (decimal): -14263742 or 4348454. OLE color: 4348454.

HSL color Cylindrical-coordinate representation of color #265A42: hue angle of 152.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A42 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 66 -
CMYK 0.58 0 0.27 0.65
HSL 152.31º 0.41% 0.25% -
HSV(B) 152.31º 0.58% 0.35% -
XYZ 5.44 8.12 6.43 -
YUV 71.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 38 90 66 0.58 0 0.27 0.65 152.31 0.41 0.25
Hex 26 5A 42 3A 0 1B 41 98 29 19
Octal 46 132 102 72 0 33 101 230 51 31
Binary 100110 1011010 1000010 111010 0 11011 1000001 10011000 101001 11001

Color Harmonies of #265A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A42

Black with #265A42

Text Example


Text Example

White with #265A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,66); }

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

background-color css

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

 a { background-color: rgb(38,90,66); }

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

border-color css

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

 span { border-color: rgb(38,90,66); }

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