Html Css Color HEX #265A43 Green Pea

📋 copy color: '#265A43'

red 38 ◦ green 90 ◦ blue 67

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

Shades of Green Pea #265A43

Tints of Green Pea #265A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.36%

R = 19.49%
G = 46.15%
B = 34.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#265A43 (or 0x265A43) is known color: Green Pea. HEX triplet: 26, 5A and 43. RGB value is (38,90,67). Sum of RGB (Red+Green+Blue) = 38+90+67=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #265A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A43 is #D9A5BC. Grayscale: #474747. Windows color (decimal): -14263741 or 4413990. OLE color: 4413990.

HSL color Cylindrical-coordinate representation of color #265A43: hue angle of 153.46º 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 #265A43 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 67 -
CMYK 0.58 0 0.26 0.65
HSL 153.46º 0.41% 0.25% -
HSV(B) 153.46º 0.58% 0.35% -
XYZ 5.47 8.13 6.59 -
YUV 71.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 38 90 67 0.58 0 0.26 0.65 153.46 0.41 0.25
Hex 26 5A 43 3A 0 1A 41 99 29 19
Octal 46 132 103 72 0 32 101 231 51 31
Binary 100110 1011010 1000011 111010 0 11010 1000001 10011001 101001 11001

Color Harmonies of #265A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A43

Black with #265A43

Text Example


Text Example

White with #265A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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