Html Css Color HEX #277B35 Japanese Laurel

📋 copy color: '#277B35'

red 39 ◦ green 123 ◦ blue 53

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

Shades of Japanese Laurel #277B35

Tints of Japanese Laurel #277B35

RGB

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

 GREEN value IS 123 (48.44% from 255) = 57.21%

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 18.14%
G = 57.21%
B = 24.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#277B35 (or 0x277B35) is known color: Japanese Laurel. HEX triplet: 27, 7B and 35. RGB value is (39,123,53). Sum of RGB (Red+Green+Blue) = 39+123+53=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #277B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277B35 is #D884CA. Grayscale: #5A5A5A. Windows color (decimal): -14189771 or 3504935. OLE color: 3504935.

HSL color Cylindrical-coordinate representation of color #277B35: hue angle of 130º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277B35 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 123 53 -
CMYK 0.68 0 0.57 0.52
HSL 130º 0.52% 0.32% -
HSV(B) 130º 0.68% 0.48% -
XYZ 8.56 14.85 5.78 -
YUV 89.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 39 123 53 0.68 0 0.57 0.52 130 0.52 0.32
Hex 27 7B 35 44 0 39 34 82 34 20
Octal 47 173 65 104 0 71 64 202 64 40
Binary 100111 1111011 110101 1000100 0 111001 110100 10000010 110100 100000

Color Harmonies of #277B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277B35

Black with #277B35

Text Example


Text Example

White with #277B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277B35; }

 p { color: rgb(39,123,53); }

 H1.HeaderClassName
 {
   color: #277B35;
 }
 .AnyTagClassName
 {
   color: #277B35;
 }
</style>

background-color css

<style>
 a { background-color: #277B35; }

 a { background-color: rgb(39,123,53); }

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

border-color css

<style>
 span { border-color: #277B35; }

 span { border-color: rgb(39,123,53); }

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