Html Css Color HEX #275E3C Green Pea

📋 copy color: '#275E3C'

red 39 ◦ green 94 ◦ blue 60

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

Shades of Green Pea #275E3C

Tints of Green Pea #275E3C

RGB

 RED value IS 39 (15.63% from 255) = 20.21%

 GREEN value IS 94 (37.11% from 255) = 48.7%

 BLUE value IS 60 (23.83% from 255) = 31.09%

R = 20.21%
G = 48.7%
B = 31.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#275E3C (or 0x275E3C) is known color: Green Pea. HEX triplet: 27, 5E and 3C. RGB value is (39,94,60). Sum of RGB (Red+Green+Blue) = 39+94+60=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #275E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275E3C is #D8A1C3. Grayscale: #494949. Windows color (decimal): -14197188 or 3956263. OLE color: 3956263.

HSL color Cylindrical-coordinate representation of color #275E3C: hue angle of 142.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275E3C is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 94 60 -
CMYK 0.59 0 0.36 0.63
HSL 142.91º 0.41% 0.26% -
HSV(B) 142.91º 0.59% 0.37% -
XYZ 5.66 8.76 5.67 -
YUV 73.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 39 94 60 0.59 0 0.36 0.63 142.91 0.41 0.26
Hex 27 5E 3C 3B 0 24 3F 8F 29 1A
Octal 47 136 74 73 0 44 77 217 51 32
Binary 100111 1011110 111100 111011 0 100100 111111 10001111 101001 11010

Color Harmonies of #275E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E3C

Black with #275E3C

Text Example


Text Example

White with #275E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275E3C; }

 p { color: rgb(39,94,60); }

 H1.HeaderClassName
 {
   color: #275E3C;
 }
 .AnyTagClassName
 {
   color: #275E3C;
 }
</style>

background-color css

<style>
 a { background-color: #275E3C; }

 a { background-color: rgb(39,94,60); }

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

border-color css

<style>
 span { border-color: #275E3C; }

 span { border-color: rgb(39,94,60); }

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